Cory Johns
2018-01-16 10:30:26 UTC
Greetings,
Today we released version 0.6.0 of charms.reactive. The full changelog can
be found at https://charmsreactive.readthedocs.io/en/latest/changelog.html
with the changes from this release being:
* Endpoint base for easier interface layers (#123)
* Public API is now only documented via the top level charms.reactive
namespace. The internal organization of the library is not part of the
public API.
* Added layer-basic docs (#144)
* Fix test error from juju-wait snap (#143)
* More doc fixes (#140)
* Update help output in charms.reactive.sh (#136)
* Multiple docs fixes (#134)
* Fix import in triggers.rst (#133)
* Update README (#132)
* Fixed test, order doesnât matter (#131)
* Added FAQ section to docs (#129)
* Deprecations:
* relation_from_name (renamed to endpoint_from_name)
* relation_from_flag (renamed to endpoint_from_flag)
* RelationBase.from_state (use endpoint_from_flag instead)
Information about the Endpoint pattern can be found at
https://charmsreactive.readthedocs.io/en/latest/charms.reactive.relations.html#charms.reactive.endpoints.Endpoint
and a tutorial for writing interface layers using this pattern is
forthcoming.
Today we released version 0.6.0 of charms.reactive. The full changelog can
be found at https://charmsreactive.readthedocs.io/en/latest/changelog.html
with the changes from this release being:
* Endpoint base for easier interface layers (#123)
* Public API is now only documented via the top level charms.reactive
namespace. The internal organization of the library is not part of the
public API.
* Added layer-basic docs (#144)
* Fix test error from juju-wait snap (#143)
* More doc fixes (#140)
* Update help output in charms.reactive.sh (#136)
* Multiple docs fixes (#134)
* Fix import in triggers.rst (#133)
* Update README (#132)
* Fixed test, order doesnât matter (#131)
* Added FAQ section to docs (#129)
* Deprecations:
* relation_from_name (renamed to endpoint_from_name)
* relation_from_flag (renamed to endpoint_from_flag)
* RelationBase.from_state (use endpoint_from_flag instead)
Information about the Endpoint pattern can be found at
https://charmsreactive.readthedocs.io/en/latest/charms.reactive.relations.html#charms.reactive.endpoints.Endpoint
and a tutorial for writing interface layers using this pattern is
forthcoming.