Skip to content

Releases: fossasia/open-event-server

Release v1.12.0 🌈

02 Feb 15:38
a60e630
Compare
Choose a tag to compare

Changes

  • test: Added test for created_at (#6728) - @diru1100
  • ref: Add black, isort and pre-commit hook (#6787) - @iamareebjamal

🐛 Bug Fixes

🧰 Maintenance

⚙ Dependencies and Libraries

Contributors

Thanks a lot to our contributors for making this release possible:
@codedsun, @dependabot-preview, @dependabot-preview[bot], @diru1100, @iamareebjamal and @snitin315

Release v1.11.2 🌈

24 Jan 19:24
Compare
Choose a tag to compare

Fix celery task status endpoint

Release v1.11.1 🌈

23 Jan 17:36
905b0a2
Compare
Choose a tag to compare

Fix event fee notification task being triggered every minute

Release v1.11.0 🌈

22 Jan 19:21
cc5752d
Compare
Choose a tag to compare

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

🚀 Features

🐛 Bug Fixes

🧰 Maintenance

⚙ Dependencies and Libraries

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

Release v1.10.0 🌈

22 Dec 14:38
e2341cc
Compare
Choose a tag to compare

Changes

Summary

  • Fix event and speaker image resizing, and add management command to resize event and speaker images which remained to be resized.
    Run python manage.py fix_event_and_speaker_images to resize images which weren't resized due to the bug
  • Optimize link generation of relationships with up to 10X speedup
  • Add scheduled job to automatically remove orphan ticket holders with no order ID
  • Add created and modified times in ticket holder
  • Allow new tickets to have same name as deleted tickets
  • Fix PayTM payment gateway

🚀 Features

🐛 Bug Fixes

🧰 Maintenance

⚙ Dependencies and Libraries

Contributors

Thanks a lot to our contributors for making this release possible:
@codedsun, @dependabot-preview, @dependabot-preview[bot], @diru1100, @iamareebjamal, @kushthedude and @prateekj117

Release v1.9.0 🌈

28 Nov 16:27
36e20e9
Compare
Choose a tag to compare

Changes

🚀 Features

🐛 Bug Fixes

🧰 Maintenance

⚙ Dependencies and Libraries

Contributors

Thanks a lot to our contributors for making this release possible:
@codedsun, @dependabot-preview, @dependabot-preview[bot], @iamareebjamal, @kushthedude and @prateekj117

Release v1.8.0 🌈

24 Nov 00:33
997edf3
Compare
Choose a tag to compare

Changes

🐛 Bug Fixes

🧰 Maintenance

🕮 Documentation

⚙ Dependencies and Libraries

Contributors

Thanks a lot to our contributors for making this release possible:
@nnrepos, @Swap76, @Tlazypanda, @akshat0047, @codedsun, @dependabot-preview, @dependabot-preview[bot], @iamareebjamal and @prateekj117

Release v1.7.0 🌈

19 Oct 21:01
298ce5e
Compare
Choose a tag to compare

Changes

  • BREAKING: Requires Python 3.7
  • Add info endpoint to get server version
  • Add management script to switch modules on or off
  • Increase gunicorn workers in docker and add options for configuration
  • Fix CSV export (included as hotfix in previous version)
  • Fix order PDF not found errors by mounting generated folder in docker
  • Fix ICal attribute errors and add tests
  • Fix Pentabarf export and add tests
  • Add workaround for multiprocess engine forking
  • Use pool pre ping option to avoid dropped connections
  • Add .env in docker compose to override environment variables
  • Configure redis and celery in sentry integration
  • Convert some classes to dataclasses
  • Update dependencies

🚀 Features

  • feat: Add endpoint for server version (#6524) - @lladhibhutall
  • feat: add manage-scripts to switch system modules value (#6532) - @akshat0047
  • feat: Rewrite working pentabarf with proper and throrough tests (#6533) - @iamareebjamal
  • feat: Increase gunicorn workers and allow more config (#6497) - @iamareebjamal

🐛 Bug Fixes

🧰 Maintenance

🕮 Documentation

⚙ Dependencies and Libraries

  • chore(deps): update sentry-sdk requirement from ~=0.12 to ~=0.13 (#6534) - @dependabot-preview
  • chore(deps): update sqlalchemy requirement from ~=1.3.9 to ~=1.3.10 (#6519) - @dependabot-preview
  • chore(deps): update stripe requirement from ~=2.37.1 to ~=2.37.2 (#6515) - @dependabot-preview
  • chore(deps): update sqlalchemy requirement from ~=1.3.8 to ~=1.3.9 (#6500) - @dependabot-preview
  • chore(deps): update flask-limiter requirement from ~=1.0.1 to ~=1.1.0 (#6498) - @dependabot-preview
  • chore(deps): update pillow requirement from ~=6.1.0 to ~=6.2.0 (#6485) - @dependabot-preview
  • chore(deps): update stripe requirement from ~=2.36.2 to ~=2.37.1 (#6469)
  • chore(deps-dev): update pylint requirement from ~=2.3 to ~=2.4
  • chore(deps): update sentry-sdk requirement from ~=0.11 to ~=0.12
  • chore(deps): update arrow requirement from ~=0.15.1 to ~=0.15.2
  • chore(deps): update stripe requirement from ~=2.36.1 to ~=2.36.2
  • chore(deps): update sendgrid requirement from ~=6.0 to ~=6.1
  • chore(deps): update pycryptodome requirement from ~=3.8.2 to ~=… (#6442)
  • chore(deps): Update pycrypto to fork
  • chore(deps): update sqlalchemy requirement from ~=1.3.7 to ~=1.… (#6421)
  • chore(deps): update flask-jwt-extended requirement from ~=3.21.… (#6439)
  • chore(deps): update flask-jwt-extended requirement from ~=3.21.… (#6439)
  • chore(deps): update stripe requirement from ~=2.35.1 to ~=2.36.0 (#6440)
  • chore(deps): update arrow requirement from ~=0.15.0 to ~=0.15.1 (#6441)
  • chore(deps): update sqlalchemy-utils requirement from ~=0.34.1… (#6403)
  • chore(deps): update stripe requirement from ~=2.35.0 to ~=2.35.1 (#6404)
  • chore(deps): update arrow requirement from ~=0.14.5 to ~=0.15.0 (#6437)

Contributors

Thanks a lot to our contributors for making this release possible:
@akshat0047, @chiral-carbon, @dependabot-preview, @dependabot-preview[bot], @iamareebjamal, @lladhibhutall, @mrsaicharan1, @prateekj117 and @rbstrachan

Release v1.6.2

01 Oct 22:01
c1a6a0e
Compare
Choose a tag to compare

Same release as v1.6.1 with a dependency fix. Please use this version and ignore v1.6.1

Release v1.6.1

01 Oct 20:15
5168992
Compare
Choose a tag to compare

This is a hotfix release fixing sessions CSV export and adding sentry integrations of redis, SQLAlchemy and celery

Note: Please use v1.6.2, and ignore this release