Skip to content

Latest commit

 

History

History
77 lines (48 loc) · 1.62 KB

CHANGELOG.md

File metadata and controls

77 lines (48 loc) · 1.62 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

[2.2.1] - 2025-02-17

Added

  • docker compose native

Changed

  • mongodb container version set to 8.0
  • based on spring boot 3.4.2
  • fj-core version set to 8.6.6
  • using actions/setup-java for native build

[2.2.0] - 2024-06-30

Added

  • Google App Engine (GAE) deployment note
  • KNative deployment note

[2.1.1] - 2024-06-17

Changed

  • benchmark script documentation (hey and psrecord needed)
  • added sample benchmark graphs

[2.1.0] - 2024-06-17

Added

Fixed

  • MongoDB's resources handling

[2.0.0] - 2024-06-16 (Spring I/O 2024)

Added

  • test containers test with mongo 8.0.0-rc8
  • use of virtual threads

Changed

  • java version 21
  • based on spring boot 3.3.0
  • registered classes for reflection
  • mongo db url set to ${MONGODB_URL:mongodb://localhost:27017/photobook_demo}
  • default port set to 8080
  • readme (added docker-compose info)
  • node 20 for front end
  • front end migrated to vite react

Fixed

  • build.properties metadata in native image
  • buildreact profile in native amd64 workflow
  • buildreact phases

[1.0.0] - 2023-05-29 (Spring I/O 2023)

Added

  • version after spring Spring I/O 2023
  • using springboot 3.0, java 17 and graalvm