Releases: amfoss/root
Releases · amfoss/root
Release v1.1.0
What's Changed
- backport features from main by @ivinjabraham in #60
- Bump sqlx from 0.7.4 to 0.8.3 by @dependabot in #55
- Bump async-graphql-axum from 7.0.13 to 7.0.15 by @dependabot in #56
- Bump async-graphql from 7.0.13 to 7.0.15 by @dependabot in #57
- Fix: Attendance not being logged by @he1senbrg in #68
- Bump chrono-tz from 0.10.0 to 0.10.1 by @dependabot in #69
- Bump async-graphql from 7.0.13 to 7.0.15 by @dependabot in #70
- Bump axum from 0.7.9 to 0.8.1 by @dependabot in #59
- Bump config from 0.13.4 to 0.15.8 by @dependabot in #62
- Bump reqwest from 0.11.27 to 0.12.12 by @dependabot in #71
- Backport fixes from main by @ivinjabraham in #74
- Merge pull request #74 from amfoss/main by @ivinjabraham in #75
- Add date field to attendance query by @chimnayajith in #73
- Revert: Using insert instead of update in mark_attendance. by @he1senbrg in #79
New Contributors
- @dependabot made their first contribution in #55
- @chimnayajith made their first contribution in #73
Full Changelog: v1.0.0...v1.1.0
Release v1.0.0
What's Changed
- Refactor Project Structure and Add New GraphQL Features by @Wreck-X in #1
- Implement GraphQL Mutation for Adding Attendance Records & Updates the getAttendance Query by @Wreck-X in #2
- Implements a scheduled task that migrates all members to attendance table at midnight by @Wreck-X in #3
- Adds
macaddress
field to members table to track nearby devices via esp. by @Wreck-X in #5 - Fix adding and marking attendance, and adds device verification using a secret with sha2 and hmac by @Wreck-X in #6
- Major feature and other changes. by @Wreck-X in #7
- Fix: Incorrect table name in query by @he1senbrg in #8
- Fix: Change timezone to Asia/Kolkata by @he1senbrg in #9
- Add cors origin layer. by @Wreck-X in #10
- Add: Documentation for Root by @he1senbrg in #19
- Adds field for discord-id by @Wreck-X in #13
- Revert "Adds field for discord-id " by @Wreck-X in #20
- Revert "Revert "Adds field for discord-id "" by @Wreck-X in #21
- Fix: make discord_id optional in Member struct by @he1senbrg in #22
- Added a mutation to edit specific member details by @he1senbrg in #15
- Added migration management details to docs by @he1senbrg in #26
- Feature/streaks by @harikrishnatp in #23
- Leaderboard adding tests,and refactors by @swayam-agrahari in #28
- Updating the deploy.yml action by @swayam-agrahari in #30
- Fix:Test failures by adding Dockerized Postgres by @swayam-agrahari in #31
- Testing workflow hotfix by @swayam-agrahari in #32
- Revert "Testing workflow hotfix " by @he1senbrg in #33
- Added necessary queries and mutations for home by @he1senbrg in #34
- root v2 at this point by @ivinjabraham in #38
- Dockerise root by @hrideshmg in #40
- merge develop by @hrideshmg in #42
- Merge pull request #42 from amfoss/master by @hrideshmg in #43
- Fix and update for streak mutations by @ivinjabraham in #41
- release v1 by @ivinjabraham in #44
- add localhost to allowed origins by @ivinjabraham in #45
- fix cors not working for localhost by @ivinjabraham in #47
- backport fixes from main by @ivinjabraham in #48
- Fix minor bugs in attendance tracking by @he1senbrg in #49
- add lint, dependabot and generate-release workflows by @ivinjabraham in #53
- fix bugs in attendance_mutations by @ivinjabraham in #54
New Contributors
- @he1senbrg made their first contribution in #8
- @harikrishnatp made their first contribution in #23
- @swayam-agrahari made their first contribution in #28
- @hrideshmg made their first contribution in #40
Full Changelog: https://github.com/amfoss/root/commits/v1.0.0