Skip to content
This repository was archived by the owner on Jan 17, 2025. It is now read-only.

Releases: LetsStreamIt/profile-service

v1.0.0

Choose a tag to compare

@github-actions github-actions released this 30 Oct 15:24

1.0.0 (2024-10-30)

⚠ BREAKING CHANGES

  • Release v1.0.0

Dependency updates

  • deps: update node.js to v22 (8bfe92a)

Bug Fixes

  • update docker image settings, remove dockerfile (ad95e29)

Build and continuous integration

  • release docs and docker image only when a new release is made (5a93835)

General maintenance

v0.3.6

Choose a tag to compare

@github-actions github-actions released this 29 Oct 17:23

0.3.6 (2024-10-29)

Bug Fixes

  • changed hostname env variable (5b01fc6)

v0.3.5

Choose a tag to compare

@github-actions github-actions released this 29 Oct 16:23

0.3.5 (2024-10-29)

Dependency updates

  • deps: update dependency sbt/sbt to v1.10.4 (97b3596)

Bug Fixes

  • changed port env variable name (fc0a8a6)

v0.3.4

Choose a tag to compare

@github-actions github-actions released this 27 Oct 19:57

0.3.4 (2024-10-27)

Bug Fixes

  • changed env variables names to match naming convention (4d8f32d)

v0.3.3

Choose a tag to compare

@github-actions github-actions released this 27 Oct 18:48

0.3.3 (2024-10-27)

Bug Fixes

  • wrong host for docker compose (bca815f)

v0.3.2

Choose a tag to compare

@github-actions github-actions released this 27 Oct 17:14

0.3.2 (2024-10-27)

Bug Fixes

  • added possibility of getting server port from env (0596fe1)

General maintenance

  • add error messages in auth service requests (7e8aded)
  • add logger (5c9e3ac)

v0.3.1

Choose a tag to compare

@github-actions github-actions released this 27 Oct 16:40

0.3.1 (2024-10-27)

Bug Fixes

v0.3.0

Choose a tag to compare

@github-actions github-actions released this 27 Oct 15:42

0.3.0 (2024-10-27)

Features

Dependency updates

  • deps: update dependency ch.qos.logback:logback-classic to v1.5.12 (a4e574e)

Build and continuous integration

  • change docker image upload method (36beecc)
  • deps: update docker/build-push-action digest to 5e99dac (3867be8)
  • deps: update docker/login-action digest to 0689575 (20db644)
  • deps: update docker/metadata-action digest to d31acd5 (8dfda56)
  • fix check if release happened (3954c3a)
  • fix repository name (f156a3b)
  • revert release docs and docker image only when a new release is made (e9d0800)

General maintenance

v0.2.3

Choose a tag to compare

@github-actions github-actions released this 25 Oct 16:25

0.2.3 (2024-10-25)

Dependency updates

  • deps: update dependency semantic-release-preconfigured-conventional-commits to v1.1.112 (d17658f)

Bug Fixes

  • dockerfile: add compilation step (cbe5fbe)

Build and continuous integration

  • deps: update actions/checkout action to v4.2.2 (a7192f4)
  • deps: update actions/setup-java action to v4.5.0 (5bb47b3)
  • deps: update actions/setup-node action to v4.1.0 (32b5f78)
  • deps: update danysk/action-checkout action to v0.2.22 (cec5430)
  • deps: update docker/login-action digest to 5d8785b (b9d80a2)
  • deps: update sbt/setup-sbt action to v1.1.2 (a5cd8cf)
  • release docs and docker image only when a new release is made (fe6718b)

v0.2.2

Choose a tag to compare

@github-actions github-actions released this 23 Oct 20:07

0.2.2 (2024-10-23)

Documentation

  • added initial documentation (37dc066)

Build and continuous integration

  • add akka license key (4b6d7d9)
  • added automatic docs upload (69506c7)
  • added docker package publish (a6ae614)
  • fix ' typo (0dd8c9e)
  • fixed deploy image (9543e53)
  • fixed registry and image name on docker image publish (61af9e3)
  • fixed scala version output (fc45e52)
  • fixed scala version output (b0240f4)
  • fixed typo on docs build (e839277)
  • removed apices around scala version (375e4bd)

General maintenance