Skip to content

Latest commit

 

History

History
303 lines (142 loc) · 11.5 KB

CHANGELOG.md

File metadata and controls

303 lines (142 loc) · 11.5 KB

Changelog

0.13.1 - 2025-01-08

Fixed

  • Remove direct dependency on deadpool-postgres and tokio-postgres

0.13.0 - 2025-01-07

Refactor

  • [breaking] Move from cornucopia to clorinde

0.12.0 (2025-01-05)

⚠ BREAKING CHANGES

  • Upgrade to axum 0.8

Bug Fixes

  • Expose deadpool_postgres and cornucopia_async::GenericClient in samling API (86bbe02)
  • Expose tokio_postgres in public API (7170d78)
  • Move from cornucopia_async to maintained crate cornucopi_async (818ff48)
  • Upgrade dependencies (except latest axum) (d4a8a0a)
  • Upgrade to axum 0.8 (15ea940)

0.11.2 (2024-10-31)

Bug Fixes

  • ui: Translations weren't updating in some parts (7dbe91a)

0.11.1 (2024-10-31)

Bug Fixes

  • Column header translations weren't updated (9d51fbc)
  • export: Sort attribute columns by ID and not name (9bf965d)

0.11.0 (2024-10-30)

Features

  • Choose language for exported data (538f229)

0.10.1 (2024-10-30)

Bug Fixes

  • DE locale files didn't exist (95e874c)

0.10.0 (2024-10-30)

Features

0.9.2 (2024-06-19)

Bug Fixes

0.9.1 (2024-06-19)

Bug Fixes

  • Update sentry and rust_xlsxwriter (1782d19)

0.9.0 (2024-06-19)

Bug Fixes

0.8.0 (2024-05-16)

Bug Fixes

  • Upgrade reportedly incompatible dependencies (ac94159)

0.7.1 (2024-05-16)

Bug Fixes

  • Update field order in exports (d32fa97)

0.7.0 (2024-01-03)

⚠ BREAKING CHANGES

  • Upgrade dependencies

Bug Fixes

  • Bearer value not sent correctly to Cloudflare (7a18ee5)

Miscellaneous Chores

0.6.0 (2023-12-06)

⚠ BREAKING CHANGES

  • Update to http 1.0, hyper 1.0, axum 0.7 and more
  • Update dependencies

Bug Fixes

  • Allow partial comparison of different ref variants (10a006d)
  • Choose latest uploaded image for same position (04b5cbd)
  • Incorrect clone implementation for Id<T> (2ee0a01)

Miscellaneous Chores

  • Update dependencies (ba6ca49)
  • Update to http 1.0, hyper 1.0, axum 0.7 and more (c77af3e)

0.5.5 (2023-05-23)

Bug Fixes

  • Move to maintained dotenv crate alternative (fba9cb8)

0.5.4 (2023-05-23)

Bug Fixes

  • Update dependencies (50fdcf1)
  • Use kubernetes native LB with traefik (ca28120)

0.5.3 (2023-05-10)

Bug Fixes

  • admin: Color enabled checkbox wasn't applied properly (fe0b4b9)
  • Remove unused collection filter from pricelist summary endpoint (4a94ec3)

0.5.2 (2023-05-10)

Bug Fixes

  • Don't remove style attribute associations unnecessarily (ff01211)

0.5.1 (2023-05-09)

Bug Fixes

  • Resolve extremely slow response compression (6b85c96)
  • Update dependencies (b3014bf)

0.5.0 (2023-05-08)

Features

  • Ability to filter by attributes in collection admin (2717c1a)

Bug Fixes

  • admin: Attribute filtering of different types are now AND:ed together (4832344)
  • Update dependencies (dc2d42e)

0.4.1 (2023-02-28)

Bug Fixes

  • Don't allow collection.organization_id to be null (602cc56)
  • Update dependencies (dcbf68a)

0.4.0 (2023-01-28)

Features

  • admin: Item filter choices endpoint (b385709)

Bug Fixes

0.3.1 (2023-01-17)

Bug Fixes

0.3.0 (2023-01-16)

Features

  • cli: Add version command (2d9feca)

Bug Fixes

  • export: Replace "Yes (0) No (0)" with "No" for New Color field (4189819)
  • Prices weren't showing on lower resolutions in collection table (3bebd4a)

0.2.2 (2023-01-10)

Bug Fixes

  • Add profile image to user admin table (58fe93d)
  • admin: User wasn't added to organization on create (214f2b0)
  • admin: Users without groups weren't visible (ae0611b)

0.2.1 (2023-01-10)

Bug Fixes

0.2.0 (2023-01-06)

Features

  • New feature to enable Mimalloc allocator (026cf77)

Bug Fixes

0.1.5 (2023-01-05)

Bug Fixes

0.1.4 (2023-01-05)

Bug Fixes

0.1.3 (2023-01-05)

Bug Fixes

0.1.2 (2023-01-05)

Bug Fixes

0.1.1 (2023-01-04)

Bug Fixes

0.1.0 (2023-01-04)

Features

Bug Fixes

  • Add Cargo.toml properties required for publishing (ecfe4c2)