Skip to content
This repository has been archived by the owner on Jul 16, 2024. It is now read-only.

Commit

Permalink
release: 20.03.0b6
Browse files Browse the repository at this point in the history
  • Loading branch information
achimnol committed Jul 2, 2020
1 parent 70f8bb9 commit a86c9f7
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 7 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,22 @@ Changes

.. towncrier release notes start

20.03.0b6 (2020-07-02)
----------------------

### Breaking Changes
* Revamped the plugin API and subsystem. ([#36](https://github.com/lablup/backend.ai-common/issues/36))
- All plugins now must subclass the `common.plugin.AbstractPlugin` interface.
- It is highly recommended to subclass the `common.plugin.BasePluginContext` for specific plugin groups, as it now provides automatic etcd configuration update propagation to individual plugins and the lifecycle management.
- Hook plugins now have explicit and clear semantics for event callbacks such as acceptance via ALL_COMPLETED/FIRST_COMPLETED requirements and one-way notifications, via `HookPluginContext`.

### Features
* Add function to convert humanized timedelta string to timedelta obj. ([#37](https://github.com/lablup/backend.ai-common/issues/37))

### Miscellaneous
* Change SessionId's base type from str to uuid.UUID. ([#38](https://github.com/lablup/backend.ai-common/issues/38))


20.03.0b5 (2020-06-07)
----------------------

Expand Down
4 changes: 0 additions & 4 deletions changes/36.breaking

This file was deleted.

1 change: 0 additions & 1 deletion changes/37.feature

This file was deleted.

1 change: 0 additions & 1 deletion changes/38.misc

This file was deleted.

2 changes: 1 addition & 1 deletion src/ai/backend/common/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '20.03.0b5'
__version__ = '20.03.0b6'

0 comments on commit a86c9f7

Please sign in to comment.