Skip to content

Releases: bright/spring-modulith-gcp

Release v1.1.0

07 Oct 07:27

Choose a tag to compare

Changelog

f0b328b Release version 1.1.0
562bbef Switch to using ./gradlew in CI and release workflows
2283a79 Update workflows to use gradle/actions/setup-gradle@v5
090be58 Add transaction suspension and resumption support to DatastoreTransactionManager
f4d3ba0 Prepare for next development version 1.0.4-SNAPSHOT

Release v1.0.3

24 Apr 15:17

Choose a tag to compare

Changelog

d273334 Release version 1.0.3
df00180 Increase max retries
d6237c7 Improve commit logic
801a425 Handle the case where no files are to be commited
1a1234d Use latest version of gradle/actions/setup-gradle@v4
d03e0bf Release version 1.0.1
13788d1 Release version 1.0.0
a4b4517 Add starter tests that use emulator
0814fa0 Update release workflow and enhance README documentation
fed7105 Prepare for next development version 0.3.1-SNAPSHOT
16c55df Release version 0.3.0

Release v0.3.0

18 Apr 08:04

Choose a tag to compare

Changelog

16c55df Release version 0.3.0
cef7218 Refactor JReleaser configuration to root level
b6c4f32 Update release workflow to use jreleaserRelease task

Release v0.2.0

18 Apr 07:22

Choose a tag to compare

Changelog

46f3545 Release version 0.2.0
285c666 Add JReleaser plugin using version catalog
55e5a5f Switch project licensing to MIT and update metadata
daaa9d1 Update guidelines for Spring Modulith and dependency usage
14fd423 Add tmp directory to .gitignore
58e2c6d Update version and restructure plugin application logic
7a4bbbe Simplify and streamline release workflow.
f89f4ca Add local Maven staging step to release workflow
476aa0d Refactor JReleaser and Signing configuration indentation
6ece185 Update release workflow Gradle commands
00fbd54 Update release workflow Gradle commands

Release v0.1.2

17 Apr 22:20

Choose a tag to compare

Changelog

7ad3e96 Release version 0.1.2
8174a62 Set content write permissions in release workflow

Release v0.1.1

17 Apr 22:13

Choose a tag to compare

Changelog

b5898eb Release version 0.1.1
05e8d3d Add GPG public key to release workflow
baab141 Add release workflow and update documentation
cfe1aed Update CI workflow to use specified Gradle actions
3fcf60c Add CI workflow with Java 21 and Gradle setup
ad75f56 Add JReleaser integration and configure Maven publishing
aa242a1 Remove transaction manager dependency from repository
1dfd597 Add GCP Datastore integration for Spring Modulith Events
49cd777 Remove Datastore schema initialization and related tests
9f19f2e Switch to FirestoreAdminClient for index management
ca1ee06 Add DatastoreAdminClient integration and test configurations
9bf3952 Enable Spring Boot Actuator and update dependencies
c753f17 Update guidelines.md
15acc98 Add guidelines for testing, project structure, and dependency management
cf4db46 Rename AuditLog entity for clarity and consistency
c8e8e15 Update build configuration for Kotlin and include additional modules
be684dc Add example product and audit log modules with REST API and event handling
8a6fdc8 Add DatastoreTransactionManager and AutoConfiguration for GCP Datastore transactions
84e6f51 Refactor Datastore event publication classes to improve ID handling and transaction management
b91ff6d Add AutoConfiguration imports and configure build.gradle.kts for GCP Datastore
86e8af9 Remove redundant comment in build.gradle.kts
87cdc77 Set proper Automatic-Module-Name for GCP Datastore modules
7bb04aa Set proper Automatic-Module-Name for GCP Datastore modules
962b475 Rename packages from org.springframework to pl.brightinventions.
02e0810 Refactor imports in DatastoreEventPublicationRepository
5f38c22 Refactor Datastore repository and enhance completion handling
d54f3c4 Refactor DatastoreEventPublicationRepository to use queries
2ff98d3 Refactor Datastore event publication classes and update authorship
fe3fc8a Refactor entity naming to align with naming conventions
aea1343 Align naming conventions and remove unused Datastore indexes.
a7a0354 Add GCP Datastore support for Spring Modulith event publications
33b52d0 Initial commit