Releases: davenverse/whale-tail
Releases · davenverse/whale-tail
v0.0.12
What's Changed
- Scala 3 should use LTS rather than 3.4 by @ChristopherDavenport in #306
Full Changelog: v0.0.11...v0.0.12
v0.0.11
What's Changed
- Update jnr-unixsocket to 0.38.20 by @davenverse-steward in #247
- Update scala-library to 2.13.11 by @davenverse-steward in #249
- Update sbt-scala-native to 0.4.14 by @davenverse-steward in #246
- Update sbt to 1.9.0 by @davenverse-steward in #241
- Update sbt to 1.9.4 by @davenverse-steward in #262
- Update cats-core to 2.10.0 by @davenverse-steward in #260
- Update fs2-core, fs2-io to 3.8.0 by @davenverse-steward in #250
- Update scala-library to 2.12.18 by @davenverse-steward in #248
- Update sbt-scalajs, scalajs-compiler, ... to 1.13.2 by @davenverse-steward in #253
- Update http4s-circe, http4s-client, ... to 0.23.23 by @davenverse-steward in #251
- Update cats-effect to 3.5.1 by @davenverse-steward in #255
- Update sbt-typelevel-ci-release, ... to 0.5.0 by @davenverse-steward in #261
- Update fs2-core, fs2-io to 3.9.0 by @davenverse-steward in #263
- Update circe-core, circe-generic, ... to 0.14.6 by @davenverse-steward in #265
- Update fs2-core, fs2-io to 3.9.1 by @davenverse-steward in #264
- Update build by @ChristopherDavenport in #303
- Remove Deprecated Env library by @ChristopherDavenport in #304
Full Changelog: v0.0.10...v0.0.11
v0.0.10
Features
- Support for Filesystem Binds
What's Changed
- Update scala3-library, ... to 3.1.2 by @scala-steward in #218
- Update cats-effect to 3.3.11 by @scala-steward in #217
- Update scala-library to 2.13.8 by @scala-steward in #199
- Update logback-classic to 1.2.11 by @scala-steward in #209
- Update sbt to 1.6.2 by @scala-steward in #204
- Update jnr-unixsocket to 0.38.17 by @scala-steward in #197
- Update cats-effect to 3.3.12 by @scala-steward in #223
- Adopt sbt-typelevel by @armanbilge in #243
- Update jnr-unixsocket to 0.38.19 by @davenverse-steward in #227
- Update cats-effect-testing-specs2 to 1.5.0 by @davenverse-steward in #236
- Added features required for postgres support by @milessabin in #242
- Add missing publishing settings by @armanbilge in #244
New Contributors
- @armanbilge made their first contribution in #243
- @davenverse-steward made their first contribution in #227
- @milessabin made their first contribution in #242
Full Changelog: v0.0.9...v0.0.10
v0.0.9
0.0.8 exposed a bug where the TCP setting was not detected on javascript since the api while links, always returns empty. This correctly will
pick up the env in a cross-platform fashion.
What's Changed
- Use cross-platform env by @ChristopherDavenport in #196
Full Changelog: v0.0.8...v0.0.9
v0.0.8
News
- If you use a TCP Based Docker Connection this now covers you as well
- Makes a
default
client builder which uses DOCKER_HOST variable to identify what to use similar to docker cli
What's Changed
- Add Support for TCP Connections by @ChristopherDavenport in #195
- Update cats-effect to 3.3.3 by @scala-steward in #194
- Update sbt to 1.6.1 by @scala-steward in #192
Full Changelog: v0.0.7...v0.0.8
v0.0.7
- Scala.js Support
- Scala 3 Support
- Manager Project - Builds resources and tooling for managing docker containers without all the individual commands and data needing to be processed by the user. I hope make testing with docker more reproducible in a functional programming world.
- New Manager Example to show how the above works
v0.0.6
What's Changed
- Improve containers api by @ChristopherDavenport in #184
- Improve Images and Better Error Creation by @ChristopherDavenport in #185
- No F Algebra by @ChristopherDavenport in #186
- Switch from Hard-coded to dynamic uri, for http docker servers by @ChristopherDavenport in #187
- Add Labels to Create Container by @ChristopherDavenport in #188
Full Changelog: v0.0.5...v0.0.6
v0.0.5
- Added System functionality
- Updated to new http4s
- Fixed Start Container
What's Changed
- Update Using New Http4s Internals by @ChristopherDavenport in #158
- Fix Start Command by @ChristopherDavenport in #179
- Allow Random Port Binding by @ChristopherDavenport in #182
- Update specs2-core, specs2-scalacheck to 4.13.1 by @scala-steward in #180
- Add System Calls by @ChristopherDavenport in #183
Full Changelog: v0.0.4...v0.0.5
v0.0.4
- Fix Environmental Variable Container Creation
- Create Custom Error Response for Container Endpoints
v0.0.3
- Allow Own Mapping of Ports
- Add Images Basic Create Pull