Skip to content

Releases: graceframework/grace-data-mongodb

v2024.0.0

05 Apr 12:09
0bf6aaa

Choose a tag to compare

What's Changed

🛠 Improvements

  • bcfd658 Update README - Update badget version of Grace
  • bef9947 Add release notes for 2024.0.0
  • d199811 Update spring api link in doc.properties
  • 51f72d1 Clean up unused versions and libraries in the Gradle version catalog #58

🚀 Dependency Upgrades

⚙️ Tasks

  • 0bf6aaa Release v2024.0.0
  • 88bb12e Upgrade to actions/checkout@v6
  • 6177b42 Upgrade to actions/setup-java@v5
  • 21d6b6b Upgrade to gradle/actions/setup-gradle@v5.0.2

Full Changelog: v2024.0.0-RC1...v2024.0.0

v2024.0.0-RC1

15 Mar 10:49
269243e

Choose a tag to compare

v2024.0.0-RC1 Pre-release
Pre-release

What's Changed

🛠 Improvements

  • 6fa546c Update README - Update badge versions of Grace and Groovy badge
  • c341626 Add release notes for 2024.0.0-RC1
  • 4cedc40 Update copyright in doc.properties

🚀 Dependency Upgrades

⚙️ Tasks

Full Changelog: v2024.0.0-M1...v2024.0.0-RC1

v2024.0.0-M1

23 Dec 12:28
fdf4a97

Choose a tag to compare

v2024.0.0-M1 Pre-release
Pre-release

⚠️ Noteworthy changes

  • 784de6f Consolidate gorm-mongodb-ext into gorm-mongodb #48
  • 15ac24d Merge mongodb plugin into the grace-framework #40
  • 9a3e0c3 Relocate examples to the grace-data-examples #41

⭐️ New Features

  • 68dac61 Code formatting with Checkstyle and Codenarc #44
  • f34d9cc Restructure Gradle builds #42
    • Use Gradle version catalog to simplify dependency management
    • Sharing Build Logic using buildSrc
    • Update Checkstyle and CodeNarc plugin
  • 2ef26dc Migrate to Central Portal OSSRH Staging API #34

🐞 Bug Fixes

  • ac63c3e Remove ambiguous overloading methods 'deleteOne()' and 'find()'
  • 16052bf Remove deprecated methods
  • fb486bb Fixed failed tests: MongoDbDataStoreSpringInitializerSpec and MongoConnectionSourcesSpec #43
  • 0984808 Fix failed tests: initializationError caused by mongodb setup Test using Embedded MongoDB #43

🛠 Improvements

  • db80f7d Remove grace-datastore-gorm-mongodb-ext

  • 70c2600 Revert "Back to Grace Doc 2024.0.0-M1" This reverts commit fb32138.

  • d63dab5 Update README

    • Update badge version of Groovy and remove the Spring Boot badge
    • Update to the new coord 'grace-boot-mongodb'
  • 286089a Update docs - Replace 'GORM for MongoDB' to 'Grace Data MongoDB'

  • fb32138 Back to Grace Doc 2024.0.0-M1

  • cf8cb07 Update doc.properties

    • Switch to current branch
    • Use 6.2 version of Spring Framework API
  • 55ba6cd Add release notes for 2024.x

  • e807393 Add header license

  • 978dd6c Add Checkstyle and Codenarc versions to Gradle version catalog Improve the 'clean' 'docs' tasks #45

  • 071d6aa Update Codenarc rules #44

  • 95ff596 Cleanup build scripts

  • 9ad47a1 Build against to Grace 2024.0.0 snapshots

    • Migrate to the new scaffolding, fields, cache, events, hibernate plugins
    • Upgrade to Groovy 4.0.29
    • Rename app/init to app/boot
  • 56e794e Update README

    • Update document links
    • Update badge version of Grace and Spring Boot
    • Update supported versions
  • b6fad3b Update README - Update badge version of Grace, Groovy and Spring Boot

🚀 Dependency Upgrades

⚙️ Tasks

  • fdf4a97 Release v2024.0.0-M1
  • bb75cf4 Update GitHub workflows Currently, don't execute Checkstyle and Codenarc tasks, we will do it later
  • 34bb321 Update GitHub workflows
  • 810e827 Bump gradle/actions from 4.0.0 to 4.4.2
  • 527f30c Bump actions/checkout from 4 to 5
  • 28e49c3 Update GitHub workflows - Switch to 2024.0.x
  • cfbd876 Next development version: 2024.0.0-SNAPSHOT

Full Changelog: https://github.com/graceframework/grace-data-mongodb/commits/v2024.0.0-M1

v2023.3.0

21 Jun 03:00
07c9ffb

Choose a tag to compare

What's Changed

⭐️ New Features

  • dfc224b Setup github docs workflows
  • e63297f Use 'grace-doc' Gradle plugin to generate documentation #26

🛠 Improvements

  • 10b9a06 Update README - Add document links - Update badge version of Grace
  • 0f985d8 Update release notes
  • 4c2e8ff Update documentation - Correct the doc manual and java api links - Add release notes
  • 042edf7 Don't use deprecated gradle/actions/wrapper-validation in the release workflow
  • 9d22fd6 Update github workflows - Upgrade to setup-gradle@v4

🚀 Dependency Upgrades

⚙️ Tasks

Full Changelog: v2023.3.0-RC1...v2023.3.0

v2023.3.0-RC1

29 Apr 01:39
9c58a3c

Choose a tag to compare

v2023.3.0-RC1 Pre-release
Pre-release

What's Changed

🛠 Improvements

  • 7ccc904 Update README Update badge versions of Grace, Groovy and Spring Boot
  • f7f65b0 Remove unused dependency on groovy-templates #22
  • b536938 Streamline Gradle build scripts: using the Spring Dependency Management Plugin to manage dependencies and versions #21
  • 1c31ef6 Remove the unnecessary workaround for removing the generated extra dependencyManagement of POM #20
  • 15aace7 Rename examples/test-data-service to examples/grace-test-data-service
  • d8d5af9 Add missing dependency org.testcontainers:mongodb #18

🚀 Dependency Upgrades

⚙️ Tasks

Full Changelog: v2023.3.0-M1...v2023.3.0-RC1

v2023.3.0-M1

07 Apr 02:14
ed3e574

Choose a tag to compare

v2023.3.0-M1 Pre-release
Pre-release

What's Changed

⭐️ New Features

  • 5abe4b4 Support Grace Framework and Grace Data 2023.3 #1
  • 9d1b732 Migrate mongodb plugin.doWithSpring() to Spring Boot AutoConfiguration #8
  • 5abe4b4 Change Java baseline to 17 #1

🛠 Improvements

  • 3ab9538 Skip integeration tests
  • 6a8ab1f Cleanup build srcripts in examples #10
  • dd4f682 Migrate examples to Grace #10
  • 1a445a9 Rename 'grails-app' to 'app'
  • d573165 Remove 'boot-plugin' module #9
  • e9a9480 Migrate unknown property 'outputDir' to 'classesDirectory' property #7
  • 7ab69fe Update README
  • fd99121 Remove extra dependencyManagement of POM
  • ec2bc84 Skip testing
  • 68b2236 Add GitHub issue template
  • 5d7e3cf Mark failing tests as skipped
  • 3070e04 Rename to Grace artifacts
  • 6184fd8 Update github workflows #4
  • Update Gradle build scripts #1
  • Migrate examples to Grace apps #1
  • Fixes docs task #1

🚀 Dependency Upgrades

  • 4e06158 Upgrade to Asciidoctor Gradle Plugin 4.0.3 #3
  • 88b3a8e Upgrade to Gradle Nexus Publish Plugin 2.0.0 #2
  • 5abe4b4 Upgrade to Grace Framework 2023.3.0-M1 #1
  • 5abe4b4 Upgrade to Grace Data 2023.3.0-M1 #1
  • 5abe4b4 Upgrade to Grace Asset Pipeline Plugin 6.3.0-M1 #1
  • 3d5fd96 Upgrade to Gradle 8.12 #6
  • 5abe4b4 Upgrade to Groovy 4.0.24 #1
  • ebc4837 Upgrade to MongoDB Driver 5.0.1 #5
  • 5abe4b4 Upgrade to Spock 2.3-groovy-4.0 #1
  • 5abe4b4 Upgrade to Spring Framework 6.1.18 #1
  • 5abe4b4 Upgrade to Spring Boot 3.3.7 #1

⚙️ Tasks

Full Changelog: https://github.com/graceframework/grace-data-mongodb/commits/v2023.3.0-M1