Skip to content

Commit

Permalink
Add Disable() to changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
jmalloc committed Jul 16, 2024
1 parent bdaeca7 commit 8f57279
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,13 @@ The format is based on [Keep a Changelog], and this project adheres to
[keep a changelog]: https://keepachangelog.com/en/1.0.0/
[semantic versioning]: https://semver.org/spec/v2.0.0.html

## [Unreleased]

### Added

- **[ENGINE BC]** Added `Disable()` method to handler configurer interfaces.
- Added placeholder `DisableOption` type for forward-compatibility.

## [0.13.0] - 2024-03-26

### Added
Expand Down Expand Up @@ -49,7 +56,7 @@ several elements of the API. Those elements have been removed in this release.

### Changed

- **[APP BC]** Application and handler identity names are now limited to 255
- **[BC]** Application and handler identity names are now limited to 255
bytes in length. This is a change to the specification/documentation only.

## [0.12.0] - 2023-04-09
Expand Down Expand Up @@ -79,8 +86,8 @@ support for per-message routing configuration without further breaking changes.

### Added

- **[APP BC]** Added `MessageDescription()` method to `Message` interface
- **[APP BC]** Added `Validate()` method to `Message` interface
- **[BC]** Added `MessageDescription()` method to `Message` interface
- **[BC]** Added `Validate()` method to `Message` interface
- Added `Command`, `Event` and `Timeout` as aliases for `Message` in preparation for stricter static message typing

#### Routing API
Expand All @@ -107,7 +114,7 @@ support for per-message routing configuration without further breaking changes.

### Changed

- **[APP BC]** Handler and application identity keys must now be an RFC 4122 UUID string
- **[BC]** Handler and application identity keys must now be an RFC 4122 UUID string

### Deprecated

Expand Down

0 comments on commit 8f57279

Please sign in to comment.