Skip to content

Commit

Permalink
add entry for 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Joe Stubbs committed Jul 3, 2019
1 parent 424834d commit c9feb5a
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,22 @@
# Change Log
All notable changes to this project will be documented in this file.


## 1.0.0 - 2019-03-18
### Added
- Final updates to the Abaco Autoscaler in preparation for its release.
- Added "actor queues" feature to allow actors to be registered into a specific queue so that dedicated computing resources can be provided for specific groups of actors; updates to the controlers, spawner and health agents were made to support this feature.
- Added a "description" field on nonce objects to ease user management of nonces.
- Added a new "image classifier" sample, `abacosamples/binary_message_classifier`, that uses a pre-trained image classifier algorithm based on tensorflow to classify an image sent as a binary message.

### Changed
- Aliases are now restricted to a whilelist of characters to prevent issues with the use of non-URL safe characters.
- Several modules were changed to improve handling of errors such as connection issues with RabbitMQ or socket level errors generated by the Docker daemon.

### Removed
- No change.


## 0.12.0 - 2019-01-21
### Added
- Add support for actor aliases allowing operators to refer to actors and associated endpoints via a self-defined identifier (alias) instead of the actor id.
Expand Down

0 comments on commit c9feb5a

Please sign in to comment.