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.
v0.4.2 - 2024-12-05
20db934
- core: Use default CORS policy (commit by @rlemaitre)
440f987
- Downgrade circe-yaml to 0.15.1 (commit by @rlemaitre)
v0.4.1 - 2024-12-04
a88062e
- Patches/Minor updates (PR #194 by @scala-steward)
v0.4.0 - 2024-12-04
-
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.
7077b72
- #188 Make module loading explicit (PR #189 by @rlemaitre)
f0bb12a
- Change license from APL-2.0 to EPL-2.0 (PR #190 by @rlemaitre)
v0.3.23 - 2024-12-02
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)
v0.3.22 - 2024-11-29
v0.3.21 - 2024-11-29
7898344
- Update cats-effect from 3.5.6 to 3.5.7 (commit by @scala-steward)
v0.3.20 - 2024-11-25
4d97131
- Update sbt-ci-release-early from 2.0.46 to 2.0.48 (commit by @scala-steward)17d38bd
- Update sbt from 1.10.4 to 1.10.5 (commit by @scala-steward)
v0.3.18 - 2024-11-25
02c8132
- upgrade dependencies (PR #183 by @rlemaitre)
v0.3.11 - 2024-09-23
948536d
- Update doobie-core, doobie-hikari from 1.0.0-RC5 to 1.0.0-RC6 (commit by @scala-steward)
v0.3.10 - 2024-09-21
4fd626f
- Update tapir-http4s-client from 1.11.3 to 1.11.4 (commit by @scala-steward)1eab0e5
- Update tapir-http4s-server from 1.11.3 to 1.11.4 (commit by @scala-steward)ee81b82
- Update tapir-iron from 1.11.3 to 1.11.4 (commit by @scala-steward)6c265d3
- Update tapir-json-circe from 1.11.3 to 1.11.4 (commit by @scala-steward)44a9cc3
- Update tapir-openapi-docs from 1.11.3 to 1.11.4 (commit by @scala-steward)46bcfd1
- Update tapir-opentelemetry-metrics from 1.11.3 to 1.11.4 (commit by @scala-steward)757ef99
- Update tapir-sttp-stub-server from 1.11.3 to 1.11.4 (commit by @scala-steward)8ca814b
- Update tapir-swagger-ui-bundle from 1.11.3 to 1.11.4 (commit by @scala-steward)
v0.3.9 - 2024-09-17
0cd16d4
- rabbit: #166 allow using multiple rabbitmq hosts (PR #167 by @rlemaitre)βοΈ addresses issue #166 opened by @rlemaitre
v0.3.8 - 2024-09-17
8a13b2a
- core: Add RunIO[A] type alias for Run[IO, A] (commit by @rlemaitre)
v0.3.7 - 2024-09-17
18d188d
- Update sbt from 1.10.1 to 1.10.2 (commit by @scala-steward)
v0.3.6 - 2024-09-16
76266d8
- Update tapir-http4s-client from 1.11.2 to 1.11.3 (commit by @scala-steward)214a8e3
- Update tapir-http4s-server from 1.11.2 to 1.11.3 (commit by @scala-steward)2fd8c05
- Update tapir-iron from 1.11.2 to 1.11.3 (commit by @scala-steward)c2e9feb
- Update tapir-json-circe from 1.11.2 to 1.11.3 (commit by @scala-steward)3f4ea30
- Update tapir-openapi-docs from 1.11.2 to 1.11.3 (commit by @scala-steward)27a7ed1
- Update tapir-opentelemetry-metrics from 1.11.2 to 1.11.3 (commit by @scala-steward)1aee1ab
- Update tapir-sttp-stub-server from 1.11.2 to 1.11.3 (commit by @scala-steward)65e50d1
- Update tapir-swagger-ui-bundle from 1.11.2 to 1.11.3 (commit by @scala-steward)c8f7e61
- Update munit from 1.0.1 to 1.0.2 (commit by @scala-steward)
v0.3.5 - 2024-09-13
ccd8370
- http-client: Make HttpClient inherit from Client (commit by @rlemaitre)
v0.3.4 - 2024-09-12
776ac24
- #159 Expose config of optional modules (commit by @rlemaitre)
v0.3.3 - 2024-09-12
9ca6472
- Patches/Minor updates (PR #160 by @scala-steward)
v0.3.2 - 2024-09-10
555f4b5
- Patches/Minor updates (PR #154 by @scala-steward)
v0.2.32 - 2024-09-09
701bf0f
- core: improve type inference on the F type (PR #152 by @vbergeron)
v0.2.31 - 2024-09-09
cb8cffd
- Patches/Minor updates (PR #150 by @scala-steward)
v0.2.30 - 2024-09-09
34f0770
- core: #126 Add traces for HTTP servers and client endpoints (PR #153 by @rlemaitre)
v0.2.28 - 2024-09-05
d502b6f
- api-server: can be built from controllers (PR #149 by @vbergeron)
v0.2.27 - 2024-09-03
ac5b18c
- Patches/Minor updates (PR #147 by @scala-steward)
v0.2.26 - 2024-08-22
39e1ae3
- Add labels to issue templates and add documentation template (PR #145 by @rlemaitre)
v0.2.23 - 2024-08-22
c2da005
- Add templates for issues (PR #144 by @rlemaitre)
v0.2.22 - 2024-08-20
2f7c511
- Patches/Minor updates (PR #142 by @scala-steward)
v0.2.21 - 2024-08-10
5c8ad04
- docs: Fix project name replacement in overview (PR #141 by @rlemaitre)
v0.2.18 - 2024-08-07
e6eac0d
- Patches/Minor updates (PR #138 by @scala-steward)
v0.2.16 - 2024-08-07
84bad0c
- db-skunk: Allow session configuration (PR #140 by @rlemaitre)
v0.2.15 - 2024-07-26
c4b66a3
- Upgrade Github Actions versions (commit by @rlemaitre)
v0.2.0 - 2024-07-23
-
due to
c49773d
- Rename db to db-skunk (PR #95 by @rlemaitre):dependencies have to be updated to
pillars-db-skunk
if you usedpillars-db
82955ca
- core: Errors are returned in json (PR #102 by @rlemaitre)bd47d89
- Add metrics for http-client and http servers*(PR #125 by @rlemaitre)*βοΈ addresses issue #35 opened by @rlemaitreβοΈ addresses issue #127 opened by @rlemaitre
c49773d
- db: Rename db to db-skunk (PR #95 by @rlemaitre)
f309fdc
- Make Scala Steward follow conventional commits (commit by @rlemaitre)dcf775c
- Update openapi-circe-yaml from 0.7.4 to 0.8.0 (PR #89 by @scala-steward)1d74de5
- Patches/Minor updates (PR #92 by @scala-steward)a7df4e2
- Update sbt-buildinfo from 0.11.0 to 0.12.0 (PR #93 by @scala-steward)e5d3a95
- Minor dependencies upgrade (PR #100 by @rlemaitre)e7d8b34
- Update munit-cats-effect from 2.0.0-M4 to 2.0.0-M5 (PR #97 by @scala-steward)b3ad72e
- Update openapi-circe-yaml from 0.8.0 to 0.9.0 (PR #98 by @scala-steward)04119ff
- Update munit, munit-scalacheck from 1.0.0-M11 to 1.0.0-M12 (PR #103 by @scala-steward)3603f53
- Patches/Minor updates (PR #104 by @scala-steward)8a8c9f0
- Update skunk-circe, skunk-core from 1.0.0-M4 to 1.0.0-M5, otel4s from 0.0.4 to 0.0.5 (PR #105 by @scala-steward)b1a3932
- Update munit-scalacheck from 1.0.0-M12 to 1.0.0-RC1 (PR #109 by @scala-steward)17091bb
- Update munit-cats-effect from 2.0.0-M5 to 2.0.0 (PR #117 by @scala-steward)f462abd
- Update munit-scalacheck from 1.0.0-RC1 to 1.0.0 (PR #116 by @scala-steward)a14aad1
- Update munit from 1.0.0-M12 to 1.0.0 (PR #115 by @scala-steward)ee9245e
- Update skunk-circe, skunk-core from 1.0.0-M5 to 1.0.0-M6 (PR #113 by @scala-steward)9453aba
- Patches/Minor updates (PR #111 by @scala-steward)044571c
- Patches/Minor updates (PR #118 by @scala-steward)9827be6
- Patches/Minor updates (PR #120 by @scala-steward)0f5f36e
- Patches/Minor updates (PR #122 by @scala-steward)a2b1e85
- Upgrade otel4s to 0.8.0 and skunk to 1.0.0-M7 (PR #123 by @rlemaitre)
v0.1.5 - 2024-03-14
0e6ca91
- core: Handle correctly PillarsError in API (PR #86 by @rlemaitre)
v0.1.4 - 2024-03-13
bb6627e
- add tapir metrics (PR #85 by @jnicoulaud-ledger)
a73fb77
- core: Make Observability usable (PR #84 by @rlemaitre)
v0.1.3 - 2024-03-13
a6a482f
- Add OpenAPI generation (PR #81 by @rlemaitre)590b98b
- Add rediculous redis module (PR #80 by @estrauser-ledger)3aa338d
- add rabbitmq fs2 module (PR #79 by @jnicoulaud-ledger)
090983d
- Add doobie loader (PR #82 by @estrauser-ledger)
7acb4c3
- db-migration: Use Flyway instead of dumbo (PR #83 by @rlemaitre)
v0.1.1 - 2024-03-13
c0272e3
- remove db migration clash (commit by @rlemaitre)
v0.1.0 - 2024-03-13
12e9fbe
- flags: #39 Add ability to modify feature flags at runtime (PR #63 by @rlemaitre)ac48e21
- core: Add circe codec for Path (commit by @rlemaitre)7084a6b
- db: #57 Add DB migration module (PR #72 by @rlemaitre)βοΈ addresses issue #57 opened by @rlemaitre
ba6a282
- docs: #61 Reflect usage of context function in home page (PR #62 by @rlemaitre)
2483dac
- core: Use context functions (PR #59 by @rlemaitre)2387afe
- core: Remove usage of reflection for modules (PR #60 by @rlemaitre)42b2f6c
- core: #64 Use fs2 Path instead of java.nio (PR #66 by @rlemaitre)βοΈ addresses issue #64 opened by @rlemaitre
b53bb35
- db-migration: Add tests for DB migrations (PR #74 by @rlemaitre)
dd3fdf6
- Update scalafmt (commit by @rlemaitre)