Releases: MobileTeleSystems/syncmaster
Releases · MobileTeleSystems/syncmaster
0.1.5 (2024-04-22)
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)
Bug Fixes
- Fix missing backend factory for uvicorn.
- Fix missing
kinit
executable in worker image.
0.1.3 (2024-04-15)
Bug Fixes
Fix backend image entrypoint.
0.1.2 (2024-04-15)
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)
SyncMaster is now open source!