Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
Actor Framework
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
cpp-libs
Actor Framework
Commits
a554024e
Commit
a554024e
authored
Oct 25, 2022
by
Dominik Charousset
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Document recently deprecated APIs
parent
ec3d1871
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
0 deletions
+10
-0
CHANGELOG.md
CHANGELOG.md
+10
-0
No files found.
CHANGELOG.md
View file @
a554024e
...
...
@@ -43,6 +43,16 @@ is based on [Keep a Changelog](https://keepachangelog.com).
-
The types
`caf::byte`
,
`caf::optional`
and
`caf::string_view`
became obsolete
after switching to C++17. Consequently, these types are now deprecated in
favor of their standard library counterpart.
-
The group-based pub/sub mechanism never fit nicely into the typed messaging
API and the fact that group messages use the regular mailbox makes it hard to
separate regular communication from multi-cast messages. Hence, we decided to
drop the group API and instead focus on the new flows and streams that can
replace group-communication in many use cases.
-
The "actor-composition operator" was added as a means to enable the first
experimental streaming API. With that gone, there's no justification to keep
this feature. While it has some neat niche-applications, the prevent some
optimization we would like to apply to the messaging layer. Hence, we will
remove this feature without a replacement.
### Removed
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment