From 6e5c155689398a663654001c0711e15b9f545b1a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Cardoso?= Date: Sat, 7 Oct 2023 14:24:02 +0100 Subject: [PATCH] Don't use monospaced font for project names and properly capitalize names Co-authored-by: Joao Azevedo --- CHANGELOG.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1bc1eafb..1058a9b7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,19 +20,19 @@ Use the following schema when setting up the Changelog for a new release. Remove ## [0.19.0] - 2023-10-07 -This release focus mostly on updating dependencies and cleaning up code around `apso-elasticsearch` project. +This release focus mostly on updating dependencies and cleaning up code around apso-elasticsearch project. Most notably, we deprecated `CompositeIterator` and improved method signature typing as part of our [scala version update](https://github.com/adzerk/apso/pull/488). We also dropped `ElasticsearchTestkit` and the -`apso-log` project. Together, these modifications should allow users of this library to have less dependency update -conflicts and provide easier update paths for scala 3 while we wait for a release of `apso` in scala 3. -`ElasticsearchBulkInserter` was modified to rely on `ActorLogging` instead of `scala-logging` (through `apso-log`) which -represented a blocker for scala 3 projects cross-compiling with scala 2.13 and having `apso-elasticsearch` as a +apso-log project. Together, these modifications should allow users of this library to have less dependency update +conflicts and provide easier update paths for Scala 3 while we wait for a release of Apso in Scala 3. +`ElasticsearchBulkInserter` was modified to rely on `ActorLogging` instead of `scala-logging` (through apso-log) which +represented a blocker for Scala 3 projects cross-compiling with Scala 2.13 and having apso-elasticsearch as a dependency. -Users of `apso-log` should migrate to [scala-logging](https://github.com/lightbend-labs/scala-logging) which provides -`LazyLogging` and `StrictLogging` traits providing the same functionality of `Logging` and `StrictLogging` in `apso`, -respectively, while being available for scala 2.13 and 3. +Users of apso-log should migrate to [scala-logging](https://github.com/lightbend-labs/scala-logging) which provides +`LazyLogging` and `StrictLogging` traits providing the same functionality of `Logging` and `StrictLogging` in Apso, +respectively, while being available for Scala 2.13 and 3. Several dependencies were update to their latest versions. You can see all the dependencies and their versions in [here](https://github.com/adzerk/apso/blob/v0.19.0/project/Dependencies.scala). @@ -46,7 +46,7 @@ Several dependencies were update to their latest versions. You can see all the d - Deprecated `CompositeIterator` ([#488](https://github.com/adzerk/apso/pull/488)). ### Removed -- Remove elasticsearch testkit ([#490](https://github.com/adzerk/apso/pull/490)). +- Remove Elasticsearch TestKit ([#490](https://github.com/adzerk/apso/pull/490)). - Dropped `apso-log` project ([#549](https://github.com/adzerk/apso/pull/549)). [0.19.0]: https://github.com/velocidi/apso/compare/v0.18.8...v0.19.0