Skip to content

Commit

Permalink
Don't use monospaced font for project names and properly capitalize n…
Browse files Browse the repository at this point in the history
…ames

Co-authored-by: Joao Azevedo <[email protected]>
  • Loading branch information
thyandrecardoso and jcazevedo authored Oct 7, 2023
1 parent 9620768 commit 6e5c155
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand All @@ -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
Expand Down

0 comments on commit 6e5c155

Please sign in to comment.