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
d8dfff00
Commit
d8dfff00
authored
Feb 08, 2023
by
Dominik Charousset
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add 0.18.7 release to changelog
parent
d4ed0e93
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
5 deletions
+13
-5
CHANGELOG.md
CHANGELOG.md
+13
-5
No files found.
CHANGELOG.md
View file @
d8dfff00
...
@@ -53,15 +53,10 @@ is based on [Keep a Changelog](https://keepachangelog.com).
...
@@ -53,15 +53,10 @@ is based on [Keep a Changelog](https://keepachangelog.com).
heap-use-after-free if the actor terminates before the action runs. The
heap-use-after-free if the actor terminates before the action runs. The
destructor of the promise now checks for this case.
destructor of the promise now checks for this case.
-
Accessing URI fields now always returns the normalized string.
-
Accessing URI fields now always returns the normalized string.
-
The JSON parser no longer chokes when encountering
`null`
as last value before
the closing parenthesis.
-
The JSON reader now automatically widens integers to doubles as necessary.
-
Module options (e.g. for the
`middleman`
) now show up in
`--long-help`
output.
-
Module options (e.g. for the
`middleman`
) now show up in
`--long-help`
output.
-
Fix undefined behavior in the Qt group chat example (#1336).
-
Fix undefined behavior in the Qt group chat example (#1336).
-
The
`..._instance`
convenience functions on the registry metric now properly
-
The
`..._instance`
convenience functions on the registry metric now properly
support
`double`
metrics and histograms.
support
`double`
metrics and histograms.
-
Parsing deeply nested JSON inputs no longer produces a stack overflow.
Instead, the parser rejects any JSON with too many nesting levels.
-
The spinlock-based work-stealing implementation had severe performance issues
-
The spinlock-based work-stealing implementation had severe performance issues
on Windows in some cases. We have switched to a regular, mutex-based approach
on Windows in some cases. We have switched to a regular, mutex-based approach
to avoid performance degradations. The new implementation also uses the
to avoid performance degradations. The new implementation also uses the
...
@@ -107,6 +102,18 @@ is based on [Keep a Changelog](https://keepachangelog.com).
...
@@ -107,6 +102,18 @@ is based on [Keep a Changelog](https://keepachangelog.com).
code base. Since fixing
`caf::variant`
does not seem to be worth the time
code base. Since fixing
`caf::variant`
does not seem to be worth the time
investment, we remove this type without a deprecation cycle.
investment, we remove this type without a deprecation cycle.
## [0.18.7] - 2023-02-08
### Fixed
-
The JSON parser no longer chokes when encountering
`null`
as last value before
the closing parenthesis.
-
The JSON reader now automatically widens integers to doubles as necessary.
-
Parsing deeply nested JSON inputs no longer produces a stack overflow.
Instead, the parser rejects any JSON with too many nesting levels.
-
The
`fan_out_request`
request now properly deals with actor handles that
respond with
`void`
(#1369). Note: back-ported fix from 0.19.
## [0.18.6] - 2022-03-24
## [0.18.6] - 2022-03-24
### Added
### Added
...
@@ -890,6 +897,7 @@ is based on [Keep a Changelog](https://keepachangelog.com).
...
@@ -890,6 +897,7 @@ is based on [Keep a Changelog](https://keepachangelog.com).
[
Unreleased
]:
https://github.com/actor-framework/actor-framework/compare/0.19.0-rc.1...master
[
Unreleased
]:
https://github.com/actor-framework/actor-framework/compare/0.19.0-rc.1...master
[
0.19.0-rc.1
]:
https://github.com/actor-framework/actor-framework/releases/0.19.0-rc.1
[
0.19.0-rc.1
]:
https://github.com/actor-framework/actor-framework/releases/0.19.0-rc.1
[
0.18.7
]:
https://github.com/actor-framework/actor-framework/releases/0.18.7
[
0.18.6
]:
https://github.com/actor-framework/actor-framework/releases/0.18.6
[
0.18.6
]:
https://github.com/actor-framework/actor-framework/releases/0.18.6
[
0.18.5
]:
https://github.com/actor-framework/actor-framework/releases/0.18.5
[
0.18.5
]:
https://github.com/actor-framework/actor-framework/releases/0.18.5
[
0.18.4
]:
https://github.com/actor-framework/actor-framework/releases/0.18.4
[
0.18.4
]:
https://github.com/actor-framework/actor-framework/releases/0.18.4
...
...
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