Release v1.11.0 🌈
·
1811 commits
to master
since this release
BREAKING: You MUST add the current secret key set in settings table in DB as SECRET_KEY
environment variable before upgrading. After upgrading, the column will be removed from DB
Changes
- ref: remove elasticsearch initialization (#6713) - @codedsun
- ref: remove events-orga endpoint (#6714) - @codedsun
- fix: ticket end-date can be only within event end-date (#6647) - @codedsun
🚀 Features
- feat: Replaced jobs running with APS to celery-beat (#6759) - @codedsun
- feat: Addition of is_promoted field in event (#6755) - @kushthedude
- feat: add age_group field in ticket holder model (#6744) - @snitin315
- feat: Add max_quantity of ticket in order-statistics-event (#6735) - @codedsun
- feat: Support event statistics in include (#6745) - @iamareebjamal
- feat: Single endpoint for creating creating an order (#6635) - @prateekj117
🐛 Bug Fixes
- fix: Ticket query attribute in send event fee (#6770) - @kushthedude
- fix: Super Admin should be able to delete spam events (#6767) - @kushthedude
- fix: filtered deleted entities from user favourite events (#6764) - @codedsun
- fix: sessions cannot be edited after cfs ends (#6757) - @codedsun
- fix: Add appropriate link tags in emails (#6751) - @mrsaicharan1
- fix: Removed unrelated change in the migration (#6754) - @codedsun
- fix: Remove secret from DB and enforce env (#6748) - @iamareebjamal
- fix: migration for country select type (#6746) - @kushthedude
- fix: Introducing Instagram URL in speaker model (#6737) - @kushthedude
- fix: Added error handler for status 429 (#6678) - @Rits1272
- fix: Updated correct celery running command (#6733) - @diru1100
- fix: making the created_at dynamic for each order (#6721) - @kushthedude
- fix: AWS file upload (#6707) - @AmitAronovitch
- fix: missing field and incorrect column value in session csv export (#6699) - @codedsun
- fix: count query of sold tickets (#6693) - @codedsun
- fix: Order of any kind should not be deleted except by admin (#6573) - @prateekj117
🧰 Maintenance
- chore: Release v1.11 (#6772) - @iamareebjamal
- chore: Prepare for v1.11.0 (#6771) - @kushthedude
- chore(refactor): Refactor code for custom attendee route (#6752) - @codedsun
- refactor: dataclass conversion of UserTokenBlackList (#6740) - @codedsun
- chore(refactor): Remove versions model file (#6739) - @codedsun
- refactor: Move execution code from init (#6685) - @iamareebjamal
- chore: run container script run through CLI args (#6690) - @codedsun
⚙ Dependencies and Libraries
- chore(deps): update python-dotenv requirement from ~=0.10.4 to ~=0.10.5 (#6760) - @dependabot-preview
- chore(deps): update python-dotenv requirement from ~=0.10.3 to ~=0.10.4 (#6749) - @dependabot-preview
- chore(deps): update stripe requirement from ~=2.41.1 to ~=2.42.0 (#6741) - @dependabot-preview
- chore(deps): update pyyaml requirement from ~=5.2 to ~=5.3 (#6727) - @dependabot-preview
- chore(deps): update arrow requirement from ~=0.15.4 to ~=0.15.5 (#6718) - @dependabot-preview
- chore(deps): update pillow requirement from ~=6.2.1 to ~=7.0.0 (#6715) - @dependabot-preview
- chore(deps): update stripe requirement from ~=2.41.0 to ~=2.41.1 (#6705) - @dependabot-preview
- chore(deps): update sqlalchemy-utils requirement from ~=0.36.0 to ~=0.36.1 (#6694) - @dependabot-preview
Contributors
Thanks a lot to our contributors for making this release possible:
@AmitAronovitch, @Rits1272, @codedsun, @dependabot-preview, @dependabot-preview[bot], @diru1100, @iamareebjamal, @kushthedude, @mrsaicharan1, @prateekj117 and @snitin315