Skip to content

Releases: AxonIQ/axon-server-api

Axon Server API 2026.0.0

18 Mar 09:13

Choose a tag to compare

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

Full Changelog: axon-server-api-2025.2.0...axon-server-api-2026.0.0

Axon Server API 2025.2.0

16 Mar 08:35

Choose a tag to compare

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

16 Mar 08:35

Choose a tag to compare

Axon Server API 2024.1.0

19 Jul 09:16

Choose a tag to compare

  • Support for Persistent streams

Axon Server API 2024.0.0

16 Mar 08:36

Choose a tag to compare

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

Full Changelog: axon-server-api-4.5...axon-server-api-2024.0.0

Axon Server API 2023.0.1

16 Mar 08:36

Choose a tag to compare

Axon Server API 2023.0.0

16 Mar 08:37

Choose a tag to compare

Axon Server API 4.5

30 Mar 06:18

Choose a tag to compare

  • New field is_streaming_processor in EventProcessorInfo to indicate that an event processor is streaming.
  • New field query_snapshots in QueryEventsRequest to query snapshots.