Releases: TheRacetrack/plugin-python-job-type
Releases · TheRacetrack/plugin-python-job-type
2.15.1
2.15.0
What's Changed
- Slim down Job's docker image by @iszulcdeepsense in #47
- Use mounted secrets by @iszulcdeepsense in #51
Full Changelog: 2.14.3...2.15.0
2.14.3
Clean /root/.cache/pip after building a job (#45) * Clean /root/.cache/pip after building a job * Bump version 2.14.3
2.14.2
What's Changed
- Cap the number of concurrent requests by @iszulcdeepsense in #41
- Upgrade FastAPI to solve memory leaks by @iszulcdeepsense in #43
Full Changelog: 2.13.2...2.14.2
2.13.2
What's Changed
- Implement structured logging by @iszulcdeepsense in #37
- Migrate pydantic to v2 by @iszulcdeepsense in #39
Full Changelog: 2.12.0...2.13.2
2.13.0
Use logger factory
2.12.0
What's Changed
- Adopt new job type interface with merged dockerfile by @iszulcdeepsense in #35
Full Changelog: 2.11.2...2.12.0
2.11.2
Make Python 3.11 job module working with typeguard (#33)
2.11.0
Support async calls inside a job (#29) * Add python python-async sample * Support async chain calls inside a job * Add changelog notice * Change name of python chain call * Add example with asynchronous calls * Add example with asynchronous calls * Reorganize python chain call model
2.10.0
Update upstream racetrack libs (#27) * Merge upstream changes from racetrack * Switch async endpoints to non-blocking * Fix Path parameters cannot have a default value * Add type import compatible with python3.8 * Fix fastapi ENCODERS_BY_TYPE