Releases: akka/akka-sdk
Releases · akka/akka-sdk
v3.1.0
What's Changed
Java SDK
- chore: using spi for TimedAction and ESE by @aludwiko in #45
- chore: Consumer spi + ESE changes by @aludwiko in #51
- Merge main to java-spi by @patriknw in #54
- chore: Snapshots and StateSerializer type by @patriknw in #48
- chore: use AkkaRuntimeMain by @octonato in #60
- chore: Rewrite serialization by @patriknw in #61
- chore: Still PbAny in KeyValueEntitiesImpl by @patriknw in #66
- chore: Use JsonSerializer in EventingTestKit by @patriknw in #65
- chore: Remove JsonMessageCodec by @patriknw in #67
- chore: consuming and producing without proto desc SDK changes by @aludwiko in #69
- chore: SDK implementation of KeyValueEntity spi by @patriknw in #70
- chore: Workflow SPI by @octonato in #59
- chore: timed action without proto desc by @aludwiko in #77
- chore: Misc cleanup by @patriknw in #71
- chore: misc cleanups by @aludwiko in #79
- chore: Populate ComponentDescriptor once, in SdkRunner by @patriknw in #81
- chore: View SPI by @johanandren in #72
- chore: BytesPayload in component client by @patriknw in #82
- chore: ESE effect types by @patriknw in #83
- chore: removing entities and workflows from proto spec by @aludwiko in #87
- chore: misc cleanups by @aludwiko in #92
- chore: Remove TestProtocol by @patriknw in #96
- chore: allow running service and integration tests by @efgpinto in #95
- chore: SpiMetadata in component client by @patriknw in #91
- chore: Proto ByteString in EventingTestKit.IncomingMessages.publish by @patriknw in #97
- chore: Replace discovery reportError and healthCheck with spi by @patriknw in #94
- chore: timed action & consumer effect spi by @aludwiko in #98
- bump: runtime version to 1.2.5 by @efgpinto in #101
- chore: Align routers by @patriknw in #99
- chore: new workflow spi adt by @octonato in #93
- chore: Remove Discovery by @patriknw in #104
- chore: Cleanup AnySupport by @patriknw in #106
- chore: Move some reflect out of entity instance by @patriknw in #107
- chore: make workflow stateless by @octonato in #108
- chore: Format reportError log by @patriknw in #110
- chore: Cleanup JsonSupport by @patriknw in #105
- chore: Missing metadata in reply by @patriknw in #109
- chore: View updates by @johanandren in #112
- Merge main to java-spi by @patriknw in #114
- chore: Re-introduce trace spans for timed actions and consumers by @johanandren in #113
- chore: endpoint request header follow up and docs by @johanandren in #115
- chore: adding class name to descriptors by @aludwiko in #116
- chore: rename ES testkit utility method by @aludwiko in #120
- chore: removing metadata from timed action effect impl by @aludwiko in #124
- chore: Update views to use new SPI type structure by @johanandren in #126
- feat: component exclusion config by @aludwiko in #128
- chore: More evolvable SpiComponents by @johanandren in #132
- chore: descriptor factories clean up by @aludwiko in #125
- docs: clarify asMap behaviour in JwtClaims by @efgpinto in #129
- chore: drop protobuf/grpc deps and classes by @johanandren in #134
- fix: deserialize table updater row state by @aludwiko in #135
- feat: event-sourced entity testkit support for initial events/state by @leviramsey in #127
- chore: Default domain and application packages in archetype by @johanandren in #140
- chore: Wrong package name in #140 by @johanandren in #141
- fix: logging workflow step and transition failures by @aludwiko in #146
- fix: failing the consumer if publishing without the destination is detected by @aludwiko in #147
- feat: Support ZonedDateTime in views by @johanandren in #142
- chore: updating consumer SPI effect by @aludwiko in #148
- feat: add query param on http RequestBuilder by @sebastian-alfers in #157
- chore: Drop some more protobuf refs by @johanandren in #158
- chore: improving workflow config by @aludwiko in #156
- feat: disabling components programmatically by @aludwiko in #153
- doc: Remove AkkaSdkTestkit from TestKit javadoc by @leviramsey in #165
- feat: isDeleted method for entity command handlers by @aludwiko in #164
- bump: Akka Runtime 1.3.0 by @patriknw in #168
- fix: preserve type when building dynamic json by @octonato in #175
- docs: Use mvn verify instead of mvn integration-test by @johanandren in #177
- fix: User config got sdk config in the wrong place by @johanandren in #178
Other
- docs: Fix wrong links to edge (fw port) by @patriknw in #23
- chore: merge main branch (fca5e97..606acff) by @octonato in #44
- Merge main to java-spi by @patriknw in #57
- fix: do not access currentState in thenCompose by @octonato in #80
- docs: update release notes to 3.0.2 by @efgpinto in #89
- docs: fix rendering issue in ESE page by @efgpinto in #90
- Remove Pendo reporting from docs by @ennru in #86
- docs: akka CLI docs by @github-actions in #102
- samples: Update README in JWT sample by @patriknw in #111
- chore: aligning view store sample by @aludwiko in #118
- fix(docs): clarify IntelliJ setup instructions by @beritou in #122
- fix(docs): developer service deletion permissions by @beritou in #123
- bug: Update curl to match code change by @JustinPihony in #117
- docs: cross references by @ennru in #130
- docs: explain backoffice for testing service by @ennru in #131
- docs: avoid using support for features; don't mention coming soon by @ennru in #137
- docs: declarative effects title style by @ennru in #136
- test: Cover indexable view columns with test by @johanandren in #133
- docs: cli and platform release notes by @ennru in #149
- docs: Runaway space before request header section header by @johanandren in #145
- docs: review multi-region concepts by @ennru in #152
- Merge main to java-spi by @johanandren in #151
- docs: Refresh view query language section by @johanandren in #144
- docs: akka CLI docs by @github-actions in #154
- chore: adding edit service descriptor by @franciscolopezsancho in #143
- Merge main to java-spi by @franciscolopezsancho in #155
- docs: split replication illustration by @ennru in #159
- docs: new get started drop down, tagged links by @rasummer in #162
- docs: adding sync status by @franciscolopezsancho in #160
- chore: Merge main to java-spi by @patriknw in #167
- docs: show CLI downlo...
v3.0.2
What's Changed
Java SDK
- chore: removing it profile by @franciscolopezsancho in #63
- chore: update release date license and sdk samples to 3.0.2 by @efgpinto in #85
Other
- docs: Update release notes by @patriknw in #52
- chore: missing run configs by @aludwiko in #55
- docs: SDK 3.0.1 release notes by @ennru in #56
- docs: akka CLI docs by @github-actions in #62
- docs: add local console to getting started guide by @beritou in #58
- docs: review support pages by @ennru in #64
- add pendo back by @rasummer in #37
- docs: platform release notes by @ennru in #75
- chore: typo by @franciscolopezsancho in #73
New Contributors
- @beritou made their first contribution in #58
- @rasummer made their first contribution in #37
- @franciscolopezsancho made their first contribution in #63
- @efgpinto made their first contribution in #85
Full Changelog: v3.0.1...v3.0.2
v3.0.1
What's Changed
Java SDK
- feat: Improved custom tracing span API by @octonato in #10
- feat: Http endpoint base class with request context access by @johanandren in #18
- fix: entityId should be propagated to command context in ES testkit by @aludwiko in #19
- chore: Update change date for 3.0.1 by @patriknw in #50
Other
- docs: missing patch version redirect for insights docs by @sebastian-alfers in #17
- docs: workflows sample with a basic deduplication by @aludwiko in #9
- docs: Fix wrong links to edge by @patriknw in #22
- chore: sed syntax in CLI version workflow by @ennru in #24
- chore: syntax in CLI version workflow by @ennru in #26
- chore: syntax in CLI version workflow by @ennru in #28
- chore: syntax in CLI version workflow by @ennru in #30
- chore: syntax in CLI version workflow by @ennru in #31
- docs: akka CLI docs by @github-actions in #32
- chore: remove static methods from the quickstart domain model by @aludwiko in #25
- docs: automatically publish docs-current by @ennru in #35
- docs: updated docker credentials management by @jroper in #38
- docs: CLI 3.0.6 by @ennru in #36
- chore: update GH bot name by @ennru in #40
- docs: make Antora errors stop the build; fix most warnings by @ennru in #41
- chore: pass runtime version as arg by @octonato in #43
New Contributors
- @sebastian-alfers made their first contribution in #17
- @johanandren made their first contribution in #18
- @github-actions made their first contribution in #32
- @jroper made their first contribution in #38
Full Changelog: v3.0.0-b3221ba...v3.0.1