Skip to content

Releases: murtll/mcserver-backend

v3.1.0

15 Sep 19:10
Compare
Choose a tag to compare

Changes

  • feature: admin get item by id
  • add ratelimit middleware

v3.0.0

21 Jun 07:51
Compare
Choose a tag to compare

Changes

  • major: remove online stats (now its separate microservice). also remove old dependencies

v2.1.2

04 Apr 21:26
061725a
Compare
Choose a tag to compare

Changes

  • fix: sorting donates

v2.1.1

04 Apr 21:09
7c02d9e
Compare
Choose a tag to compare

Changes

  • fix pipe
  • fix: return on bad ip
  • Update docker-compose.yml
  • fix missing runs-on for release job
  • fix adding app_version. separate release job

v2.1.0

14 Mar 20:23
5959ab2
Compare
Choose a tag to compare

Changes

  • feature: app version displaying in server info

v2.0.9

14 Mar 20:10
dd7e784
Compare
Choose a tag to compare

Changes

  • Merge pull request #12 from murtll/ci/new-dockerfile
  • fix cache-from and add concurrency to build_run
  • some changes in build_run test workflw
  • move to alpine image

v2.0.8

14 Mar 19:04
ecb3529
Compare
Choose a tag to compare

Changes

  • retvrn to tradition. add awaits for db calls in cron.

v2.0.7

14 Mar 18:32
006375e
Compare
Choose a tag to compare

Changes

  • ok idk lets try changin order

v2.0.6

14 Mar 18:17
4ef6e70
Compare
Choose a tag to compare

Changes

  • bug: more verbose logging

v2.0.5

14 Mar 18:07
50e95c3
Compare
Choose a tag to compare

Changes

  • bug: fixes in cron.js for more verbose logging
  • change docker image tags for non-master branches
  • change buildx cache image tags
  • change build cache image
  • change image name and tag to new
  • Merge branch 'ci/buildx-cache' into 'master'
  • remove old build step
  • Merge pull request #11 from murtll/ci/buildx-cache
  • idk maybe default shell affected version checking...
  • Merge pull request #10 from murtll/ci/buildx-cache
  • add docker buildx caching to build_deploy.yml and build_run.yml