Releases: amfoss/root
Releases · amfoss/root
Release v2.0.0
What's Changed
- fix incorrect query and modify streak queries by @ivinjabraham in #86
- Add group_id to AttendanceWithMember results by @chimnayajith in #88
- Develop by @hrideshmg in #109
- Implement status update tracking and improve attendance summary logic by @hrideshmg in #110
- fix: bump graphiql library version to fix a graphiql issue by @hrideshmg in #113
- feat: add updateMember mutation for updating member information by @knobby-tires in #116
- Add 'track' field to Member model and update docs by @KKSurendran06 in #119
- fix: pass references to sqlx bind instead of moving by @hrideshmg in #121
- Update member mutation and add track column by @hrideshmg in #122
- Update .env.sa Fix: Match ROOT_PORT in .env.sample with READMEmple by @BRGOVIND in #126
- add FXIOS-123 {Return member object} Returns member object in attendance and status update history by @Harshith-2208 in #127
- Implemented documentation using cargo doc hosted on GitHub pages by @he1senbrg in #104
- Implemented database seeding as per #61 by @he1senbrg in #107
- Bump the version-updates group with 12 updates by @dependabot[bot] in #135
- Add a query that returns their status update count by @Khushal928 in #128
- add : Added a query to know attendance count between two dates by @tejasai2007 in #137
- Production Release by @hrideshmg in #139
- chore: add github username to Member object by @AnandajithS in #152
- chore(deps): bump the version-updates group across 1 directory with 10 updates by @dependabot[bot] in #144
- feat: implement status update breaks by @hrideshmg in #154
New Contributors
- @knobby-tires made their first contribution in #116
- @KKSurendran06 made their first contribution in #119
- @BRGOVIND made their first contribution in #126
- @Harshith-2208 made their first contribution in #127
- @Khushal928 made their first contribution in #128
- @tejasai2007 made their first contribution in #137
- @AnandajithS made their first contribution in #152
Full Changelog: v1.1.0...v2.0.0
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
macaddressfield 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