Skip to content

Releases: MobileTeleSystems/syncmaster

0.1.5 (2024-04-22)

22 Apr 13:49
9083521
Compare
Choose a tag to compare

Breaking Changes

  • Pass current Run to CREATE_SPARK_SESSION_FUNCTION. This allows using run/transfer/group information for Spark session options, like appName or custom ones. (#38)

Improvements

  • Reduce backend image size (#44)

Bug Fixes

  • Fix 500 error in case of PATCH v1/connections/:id request with passed auth_data.password field value (#39)
  • Do not use asyncio.gather with SQLAlchemy requests (#40)
  • Fix 500 error while creating HDFS connection (#41)
  • Fix missing options field from Transfer params with hdfs and s3 type

0.1.4 (2024-04-15)

15 Apr 15:47
04cf9f6
Compare
Choose a tag to compare

Bug Fixes

  • Fix missing backend factory for uvicorn.
  • Fix missing kinit executable in worker image.

0.1.3 (2024-04-15)

15 Apr 14:57
600923c
Compare
Choose a tag to compare

Bug Fixes

Fix backend image entrypoint.

0.1.2 (2024-04-15)

15 Apr 10:29
9865d75
Compare
Choose a tag to compare

Features

  • Rename syncmaster.backend.main module to syncmaster.backend. It now also accepts the same args as uvicorn. (#35)
  • Add syncmaster.db.migrations module to run alembic with proper config. (#35)
  • Change backend and worker images to use entrypoint. (#35)

Improvements

  • Run database migrations in the entrypoint of backend image, before starting the backend server. (#35)
  • Add healthchecks to example docker-compose.yml. (#35)

0.1.1 (2024-03-29)

29 Mar 12:16
d570433
Compare
Choose a tag to compare

SyncMaster is now open source!