Releases: AxonIQ/axon-server-api
Releases · AxonIQ/axon-server-api
Axon Server API 2026.0.0
What's Changed
- Include GitHub issue templates by @smcvb in #68
- fix: removing any.proto import from common.proto by @manuelarte in #62
- update API to return consistency marker on appendEvents request. by @MGathier in #70
- Add LicenseService gRPC API for license distribution by @stefanmirkovic in #69
New Contributors
- @manuelarte made their first contribution in #62
- @stefanmirkovic made their first contribution in #69
Full Changelog: axon-server-api-2025.2.0...axon-server-api-2026.0.0
Axon Server API 2025.2.0
What's Changed
- feature/dcb by @m1l4n54v1c in #61
- Add operation for clients to subscribe to topology changes in control… by @MGathier in #63
- Add a timestamp to Snapshot to align with Event Store API by @silvanob in #64
- Support for Event Scheduling for DCB contexts by @MGathier in #66
- add field response_name to QueryRequest to pass the response name for AF5 by @MGathier in #67
New Contributors
Full Changelog: axon-server-api-2024.1.0...axon-server-api-2025.2.0
Axon Server API 2025.1.0
What's Changed
- feature/dcb by @m1l4n54v1c in #61
Full Changelog: axon-server-api-2024.1.0...axon-server-api-2025.1.0
Axon Server API 2024.1.0
- Support for Persistent streams
Axon Server API 2024.0.0
What's Changed
- Adds admin context API definition by @schananas in #33
- Add Admini API to pause event processor. by @saratry in #35
- Admin API to start event processor. by @saratry in #36
- Introduce Admin API to split and merge event processor segments. by @saratry in #37
- Return a stream (i.o. a single message) to allow server to complete without results. by @saratry in #38
- Introduce Admin API to move an event processor segment to another client by @saratry in #39
- Adds admin user API definition by @schananas in #34
- Add Admin API to retrieve the status of EventProcessors by @saratry in #43
- Rename application to component. by @saratry in #44
- Load balance Admin API by @schananas in #45
- Get nodes admin API by @schananas in #47
- Streaming query. by @m1l4n54v1c in #40
- Rename max-segments to max-capacity by @saratry in #46
- support update context properties through connector by @MGathier in #48
- Changes to support backwards compatibility for event processors API by @MGathier in #49
- Bump maven-gpg-plugin from 1.6 to 3.0.1 by @dependabot[bot] in #31
- Adding LB Strategy Name by @vaishsriram in #50
- Adding API call to get all connected applications by @vaishsriram in #51
- Adding context to event processor Id by @vaishsriram in #52
- add authentication operations to admin api by @MGathier in #53
- Event transformation API by @MGathier in #42
- Event Transformation APIs documentation and improvements. by @m1l4n54v1c in #54
- Persistent streams by @MGathier in #58
New Contributors
- @dependabot[bot] made their first contribution in #31
- @vaishsriram made their first contribution in #50
Full Changelog: axon-server-api-4.5...axon-server-api-2024.0.0
Axon Server API 2023.0.1
Axon Server API 2023.0.0
Axon Server API 4.5
- New field is_streaming_processor in EventProcessorInfo to indicate that an event processor is streaming.
- New field query_snapshots in QueryEventsRequest to query snapshots.