Skip to content

Commit 93cf499

Browse files
committed
Adding missing keywords to automatically close issues.
- Session now makes extensive use of fluent API techniques via data objects declared in <cppwamp/dialoguedata.hpp> and <cppwamp/sessiondata.hpp> (fixes #6, fixes #7, fixes #34) - Subscription and Registration are now returned via shared pointer (fixes #40). - Added support for the "low-hanging fruit" among advanced WAMP features (fix #10, fix #11, fix #12, fix #13, fix #14, fix #15, fix #23, fix #24, fix #25, fix #26, fix #27, fix #35, fix #37, fix #38)
1 parent d37186b commit 93cf499

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ Overhauled API to make use of fluent API techniques. Some Advanced WAMP Profile
1111
- `internal::ClientImpl` -> `internal::Client`
1212
- Removed the `Args` class, as similar functionality is now provided by `Payload` with a cleaner API
1313
- Folded `CoroErrcClient` into `CoroClient` (now `SessionClient`) by taking an extra, optional `std::error_code` pointer
14-
- `Session` (formerly `Client`) now makes extensive use of fluent API techniques, via data objects declared in `<cppwamp/dialoguedata.hpp>` and `<cppwamp/sessiondata.hpp>` (#6, #7, #34)
15-
- `Subscription` and `Registration` are now returned via shared pointer, and are no longer "handle" objects that mimic a shared pointer (#40).
14+
- `Session` (formerly `Client`) now makes extensive use of fluent API techniques, via data objects declared in `<cppwamp/dialoguedata.hpp>` and `<cppwamp/sessiondata.hpp>` (fixes #6, fixes #7, fixes #34)
15+
- `Subscription` and `Registration` are now returned via shared pointer, and are no longer "handle" objects that mimic a shared pointer (fixes #40).
1616
- Added `operator[]` support to `Variant`, to make it more convenient to access elements/members.
1717
- Added `Variant::valueOr` to make it easier to treat a Variant as an optional value.
18-
- Added support for the "low-hanging fruit" among advanced WAMP features. These are features that only require some `Details` or `Options` attributes to be set, and require no other special treatment by the client (#10, #11, #12, #13, #14, #15, #23, #24, #25, #26, #27, #35, #37, #38):
18+
- Added support for the "low-hanging fruit" among advanced WAMP features. These are features that only require some `Details` or `Options` attributes to be set, and require no other special treatment by the client (fix #10, fix #11, fix #12, fix #13, fix #14, fix #15, fix #23, fix #24, fix #25, fix #26, fix #27, fix #35, fix #37, fix #38):
1919
- General: agent identification, feature announcement
2020
- _Callee_: `call_trustlevels`, `caller_identification`, `pattern_based_registration`, progressive_call_results
2121
- _Caller_: `call_timeout`, `callee_blackwhite_listing`, `caller_exclusion`, `caller_identification`

0 commit comments

Comments
 (0)