Skip to content

Releases: davenverse/whale-tail

v0.0.12

19 Jul 14:11
8a7a624
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.11...v0.0.12

v0.0.11

16 Jul 16:23
205a507
Compare
Choose a tag to compare

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

05 Jun 17:05
02f5125
Compare
Choose a tag to compare

Features

  • Support for Filesystem Binds

What's Changed

New Contributors

Full Changelog: v0.0.9...v0.0.10

v0.0.9

05 Jan 00:37
66f2b51
Compare
Choose a tag to compare

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

Full Changelog: v0.0.8...v0.0.9

v0.0.8

04 Jan 01:53
57f1578
Compare
Choose a tag to compare

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

Full Changelog: v0.0.7...v0.0.8

v0.0.7

24 Dec 21:34
5486c30
Compare
Choose a tag to compare
  • 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

24 Dec 19:15
41c04a9
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.5...v0.0.6

v0.0.5

24 Dec 06:38
18116f0
Compare
Choose a tag to compare
  • Added System functionality
  • Updated to new http4s
  • Fixed Start Container

What's Changed

Full Changelog: v0.0.4...v0.0.5

v0.0.4

21 Jul 20:53
7e1c2df
Compare
Choose a tag to compare
v0.0.4 Pre-release
Pre-release
  • Fix Environmental Variable Container Creation
  • Create Custom Error Response for Container Endpoints

v0.0.3

21 Jul 02:44
32e9386
Compare
Choose a tag to compare
v0.0.3 Pre-release
Pre-release
  • Allow Own Mapping of Ports
  • Add Images Basic Create Pull