Skip to content

Commit

Permalink
Updated to the version 5.0.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
redboltz committed Jul 17, 2019
1 parent 42e43b0 commit c6fb51a
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,31 @@
## 5.0.0
* Fixed invalid pointer comparison. (#324)
* Fixed user_property value length. (#323)
* Added `store` type alias for each properties. (#319)
* Fixed `BOOST_MPL_LIMIT_LIST_SIZE` comparison. (#318)
* Removed `BOOST_ASSERT` from test code to improve exception message. (#315)
* Code refactoring. (#313)
* Added default parameter to `async_send_pubrel`'s `life_keeper`. (#312)
* Added async version of stored message sending after `CONNACK` received. (#311)
* <<<< breaking change >>>> Removed unnecessery callback invokation. (#309)
* Fixed moved from object access. (#308)
* <<<< breaking change >>>> Added properties and life_keeper parameter to pubrel and async_publrel. (#307)
* Added reuse_address flag to the test broker to avoid "address already in use" on travis-ci. (#306)
* <<<< breaking change >>>> Fixed TCP accepting process. After TCP accepting, do the next accepting process immediately. Due to the fix, Socket is updated to shared_ptr from unique_ptr. (#299)
* <<<< breaking change >>>> Added underlying connect timeout. It can treat well with TCP connected but TLS handshake not sending attack. (#296)
* Added stream output operator for properties. (#293)
* Replaced byte sequence creation macro with function. (#291)
* Fixed static boost support. (#290)
* <<<< breaking change >>>> Fixed property allocation management. (#288)
* Improved MSVC support for test. (#286)
* Added codecov for CI. (#285, #276, #275, #273)
* Added `MQTT_BUILD_EXAMPLES` flag to cmake to shorten CI time. (#284)
* Added non_ref/ref types conversion for properties. (#283)
* Added tests. (#278, #276)
* Improve travis-ci. (#274)
* Migrate from appveyor azure devops build pipelines that supports 10 parallel build. (#270)
* Fixed pingreq async/sync send. (#267)

## 4.0.0
* Added getting ssl keylog callback for debugging. (#256)
* Fixed re-listen logic for servers. Now we can re-listen after accept is failed. (#252, #254)
Expand Down

0 comments on commit c6fb51a

Please sign in to comment.