Releases: instedd/maap-store
Releases · instedd/maap-store
V1.0.3
V1.0.2
Send collection ordered by `updated_at` ASC (#92) For https://github.com/instedd/maap-collector/issues/327 Collector commit: https://github.com/instedd/maap-collector/commit/04ce1ee301c2d44137ab754711afa6b5edddc19a
V1.0.1
- Reset workers when job fails, so they can also free retained memory in those situations
- Add
retry: 3
toElectronicPharmacyStockRecords
worker
v1.0.0
Heads up!
This change breaks backwards compatibility with older Collectors.
Install a Collector with at least 1.1.0
version to be used along with this server version
- Send JSON attributes for imports as file attachments
- Merge all import jobs into a single one
- Force workers to "kill" themselves after each import, and therefore force Sidekiq to free up retained memory
V0.9.0
- Improves performance for the admin UI 🚀
- Enables the possibility to skip obfuscation for certain files 🗄
- Changes file download names 🗂
V0.8.0
- Adds error handling for async jobs
⚠️ - Add Prometheus for monitoring purposes