Releases: FunktionalIO/pillars
Releases · FunktionalIO/pillars
v0.5.1
✨ New Features
f409b88
- upgrade source to scala 3.6 syntax (commit by @rlemaitre)a18bfff
- add traces in probe checks (commit by @rlemaitre)d5432d1
- observability: join distributed trace when opening endpoint spans (commit by @rlemaitre)
🐛 Bug Fixes
96ad225
- mark correctly span as errors when exception (commit by @rlemaitre)
🔧 Chores
6047287
- deps: update ncipollo/release-action to 1.16.0 (commit by @rlemaitre)3c3b9ee
- Update testcontainers-scala-jdbc, ... from 0.41.8 to 0.43.0 (commit by @scala-steward)6c4cb00
- Upgrade tapir from 1.11.17 to 1.11.19, circe from 0.14.10 to 0.14.12, flywaydb from 11.3.4 to 11.4.0, sbt from 1.10.10 to 1.10.11, scalafmt from 3.9.3 to 3.9.4 (PR #221 by @scala-steward)1a6e8c1
- Upgrade to scala 3.6.4 (commit by @rlemaitre)
v0.5.0
💥 BREAKING CHANGES
-
due to
026041c
- Move to io.funktional org (PR #218 by @rlemaitre):users will need to modify their dependencies
to io.funktional
🔧 Chores
0fbbcb9
- Update doobie-core, doobie-hikari from 1.0.0-RC6 to 1.0.0-RC7 (commit by @scala-steward)3bdc486
- Patches/Minor updates (PR #203 by @scala-steward)ba1c3da
- Update flyway-core from 11.3.1 to 11.3.2 (commit by @scala-steward)1cebd0a
- Update tapir-http4s-client from 1.11.14 to 1.11.17 (commit by @scala-steward)9b65e5b
- Update flyway-core from 11.3.2 to 11.3.4 (commit by @scala-steward)0ff5093
- Update sbt from 1.10.7 to 1.10.10 (commit by @scala-steward)01f1ab2
- Update scalafmt-core from 3.8.6 to 3.9.2 (commit by @scala-steward)5264f0a
- Update doobie-core, doobie-hikari from 1.0.0-RC7 to 1.0.0-RC8 (commit by @rlemaitre)c4af955
- Update scalafmt-core from 3.9.2 to 3.9.3 (commit by @scala-steward)026041c
- release: Move to io.funktional org (PR #218 by @rlemaitre)
v0.4.5
✨ New Features
🔧 Chores
ec81efd
- Update skunk-core from 1.0.0-M8 to 1.0.0-M10 (commit by @scala-steward)1d6d562
- Update cats-core from 2.12.0 to 2.13.0 (commit by @rlemaitre)32c1c8e
- Update scalafmt-core from 3.8.3 to 3.8.6 (commit by @rlemaitre)fa14ce4
- Update munit-scalacheck from 1.0.0 to 1.1.0 (commit by @rlemaitre)545a745
- Update munit from 1.0.4 to 1.1.0 (commit by @rlemaitre)0f76a37
- Update sbt from 1.10.6 to 1.10.7 (commit by @rlemaitre)d92d589
- Update postgresql from 42.7.4 to 42.7.5 (commit by @rlemaitre)562b036
- Update http4s-netty-client from 0.5.21 to 0.5.22 (commit by @rlemaitre)569bd6c
- Update http4s-netty-client from 0.5.21 to 0.5.22 (commit by @rlemaitre)914e218
- Update fs2-rabbit from 5.3.0 to 5.4.0 (commit by @rlemaitre)49de924
- Update tapir-http4s-client from 1.11.10 to 1.11.13 (commit by @rlemaitre)ac26429
- Update scribe from 3.15.3 to 3.16.0 (commit by @rlemaitre)2be78cc
- Update decline from 2.4.1 to 2.5.0 (commit by @rlemaitre)95035b6
- Update testcontainers-scala-jdbc from 0.41.5 to 0.41.8 (commit by @rlemaitre)7a1a6a6
- Upgrade to scala 3.6.3 (commit by @rlemaitre)
v0.4.4
✨ New Features
259f46e
- #168 Add test suite allowing easy pillars testing (PR #207 by @rlemaitre)↘️ addresses issue #168 opened by @rlemaitre
🐛 Bug Fixes
dadeb49
- core: #204 Use enabled config from traces & metrics to configure observability (PR #206 by @moronyoh)
🔧 Chores
0b36953
- Update circe-yaml from 0.15.1 to 0.15.3 (commit by @scala-steward)adf1503
- Update http4s-circe from 0.23.29 to 0.23.30 (commit by @scala-steward)5bdc623
- Update http4s-core from 0.23.29 to 0.23.30 (commit by @scala-steward)8e65e5f
- Update http4s-dsl from 0.23.29 to 0.23.30 (commit by @scala-steward)a4eaa96
- core: Configure Scala Steward to not upgrade Scala 3 (commit by @rlemaitre)5c31e65
- Update testcontainers-scala-munit from 0.41.4 to 0.41.5 (commit by @scala-steward)
v0.4.3
Release v0.4.3
v0.4.2
🐛 Bug Fixes
20db934
- core: Use default CORS policy (commit by @rlemaitre)
🔧 Chores
440f987
- Downgrade circe-yaml to 0.15.1 (commit by @rlemaitre)
v0.4.1
🔧 Chores
a88062e
- Patches/Minor updates (PR #194 by @scala-steward)
v0.4.0
💥 BREAKING CHANGES
-
due to
7077b72
- #188 Make module loading explicit (PR #189 by @rlemaitre):Module Management
The way modules are defined and used changed in this version. To migrate from a prior version, you will have to change the base class of your app and explicitely declare what optional module your aer using. For more information, see the Quickstart section of the documentation.
♻️ Refactors
7077b72
- #188 Make module loading explicit (PR #189 by @rlemaitre)
🔧 Chores
f0bb12a
- Change license from APL-2.0 to EPL-2.0 (PR #190 by @rlemaitre)
v0.3.23
🔧 Chores
c488ccf
- Update sbt from 1.10.5 to 1.10.6 (commit by @scala-steward)378f780
- Update otel4s-sdk from 0.11.1 to 0.11.2 (commit by @scala-steward)d65f922
- Update otel4s-sdk-exporter from 0.11.1 to 0.11.2 (commit by @scala-steward)