Skip to content

Releases: uwpokerclub/api

v3.5.0

12 Jan 19:41
Compare
Choose a tag to compare

What's Changed

  • build(deps): bump github.com/stretchr/testify from 1.9.0 to 1.10.0 by @dependabot in #327
  • build(deps): bump gorm.io/driver/postgres from 1.5.9 to 1.5.10 by @dependabot in #325
  • build(deps): bump github.com/pressly/goose/v3 from 3.22.1 to 3.23.0 by @dependabot in #326
  • feat: implement filter query parameters on list users endpoint by @asmahood in #336
  • feat: create route to export top 100 rankings as a CSV by @asmahood in #337
  • feat: expose the Content-Disposition header in CORS by @asmahood in #342
  • build(deps): bump alpine from 3.20.3 to 3.21.1 by @dependabot in #340
  • build(deps): bump golang.org/x/crypto from 0.29.0 to 0.32.0 by @dependabot in #338
  • build(deps): bump github.com/pressly/goose/v3 from 3.23.0 to 3.24.1 by @dependabot in #339
  • build(deps): bump gorm.io/driver/postgres from 1.5.10 to 1.5.11 by @dependabot in #328
  • build(deps): bump golang from 1.23.3-bullseye to 1.23.4-bullseye by @dependabot in #329
  • build(deps): bump alpine from 3.21.1 to 3.21.2 by @dependabot in #344
  • feat(events): add route to event API to update events by @asmahood in #345

Full Changelog: v3.4.0...v3.5.0

v3.4.0

02 Dec 00:52
Compare
Choose a tag to compare

What's Changed

  • build(deps): bump golang.org/x/net from 0.10.0 to 0.17.0 by @dependabot in #227
  • build(deps): bump github.com/pressly/goose/v3 from 3.15.0 to 3.15.1 by @dependabot in #224
  • build(deps): bump gorm.io/driver/postgres from 1.5.2 to 1.5.3 by @dependabot in #226
  • build(deps): bump gorm.io/gorm from 1.25.4 to 1.25.5 by @dependabot in #225
  • fix(events): update events with no structure to fix update error by @asmahood in #229
  • build(cd): setup auto deploy to production by @asmahood in #231
  • build(deps): bump golang.org/x/crypto from 0.14.0 to 0.17.0 by @dependabot in #245
  • build(deps): bump alpine from 3.18.4 to 3.19.0 by @dependabot in #243
  • build(deps): bump github.com/google/uuid from 1.3.1 to 1.5.0 by @dependabot in #244
  • build(deps): bump github.com/spf13/cobra from 1.7.0 to 1.8.0 by @dependabot in #238
  • build(deps): bump gorm.io/driver/postgres from 1.5.3 to 1.5.4 by @dependabot in #236
  • build(deps): bump gorm.io/gorm from 1.25.5 to 1.25.6 by @dependabot in #250
  • build(deps): bump github.com/google/uuid from 1.5.0 to 1.6.0 by @dependabot in #249
  • build(deps): bump golang.org/x/crypto from 0.17.0 to 0.18.0 by @dependabot in #248
  • build(deps): bump alpine from 3.19.0 to 3.19.1 by @dependabot in #251
  • build(deps): bump gorm.io/driver/postgres from 1.5.4 to 1.5.6 by @dependabot in #255
  • build(deps): bump gorm.io/gorm from 1.25.6 to 1.25.7 by @dependabot in #254
  • build(deps): bump golang.org/x/crypto from 0.18.0 to 0.19.0 by @dependabot in #256
  • build(deps): bump golang.org/x/crypto from 0.19.0 to 0.20.0 by @dependabot in #257
  • fix(cors): update cors policy to allow new app endpoint by @asmahood in #260
  • build(deps): bump golang.org/x/crypto from 0.20.0 to 0.21.0 by @dependabot in #259
  • build(deps): bump github.com/stretchr/testify from 1.8.4 to 1.9.0 by @dependabot in #258
  • build(deps): bump gorm.io/driver/postgres from 1.5.6 to 1.5.7 by @dependabot in #262
  • build(deps): bump google.golang.org/protobuf from 1.30.0 to 1.33.0 by @dependabot in #264
  • build(deps): bump gorm.io/gorm from 1.25.7 to 1.25.8 by @dependabot in #266
  • build(deps): bump gorm.io/gorm from 1.25.8 to 1.25.9 by @dependabot in #267
  • build(deps): bump golang.org/x/crypto from 0.21.0 to 0.22.0 by @dependabot in #268
  • build(deps): bump golang.org/x/net from 0.21.0 to 0.23.0 by @dependabot in #269
  • build: update go version to 1.21 by @asmahood in #278
  • build(deps): bump github.com/jackc/pgx/v5 from 5.4.3 to 5.5.4 by @dependabot in #265
  • build(deps): bump github.com/pressly/goose/v3 from 3.15.1 to 3.20.0 by @dependabot in #270
  • build(deps): bump golang.org/x/crypto from 0.22.0 to 0.23.0 by @dependabot in #276
  • build(deps): bump gorm.io/gorm from 1.25.9 to 1.25.10 by @dependabot in #271
  • build(deps): bump github.com/gin-gonic/gin from 1.9.1 to 1.10.0 by @dependabot in #277
  • feat: create new table for sessions by @asmahood in #283
  • Add route for session based login by @asmahood in #289
  • Add session logout route by @asmahood in #290
  • Modify UseAuthentication middleware to support sessions by @asmahood in #291
  • build(deps): bump gorm.io/gorm from 1.25.10 to 1.25.11 by @dependabot in #295
  • build(deps): bump github.com/spf13/cobra from 1.8.0 to 1.8.1 by @dependabot in #286
  • build(deps): bump golang.org/x/crypto from 0.23.0 to 0.25.0 by @dependabot in #294
  • build(deps): bump github.com/pressly/goose/v3 from 3.20.0 to 3.21.1 by @dependabot in #287
  • build(deps): bump gorm.io/driver/postgres from 1.5.7 to 1.5.9 by @dependabot in #285
  • build(deps): bump alpine from 3.19.1 to 3.20.1 by @dependabot in #288
  • Remove old JWT authentication code by @asmahood in #297
  • build(deps): bump golang from 1.21.10-bullseye to 1.22.5-bullseye by @dependabot in #293
  • build(deps): bump alpine from 3.20.1 to 3.20.2 by @dependabot in #298
  • Add session cleanup cron task by @asmahood in #302
  • Add pagination parameters to the list memberships route by @asmahood in #311
  • Add check for pagination parameters by @asmahood in #312
  • build(deps): bump golang.org/x/crypto from 0.25.0 to 0.28.0 by @dependabot in #314
  • build(deps): bump alpine from 3.20.2 to 3.20.3 by @dependabot in #308
  • build(deps): bump gorm.io/gorm from 1.25.11 to 1.25.12 by @dependabot in #307
  • build(deps): bump github.com/robfig/cron/v3 from 3.0.0 to 3.0.1 by @dependabot in #303
  • build(deps): bump golang from 1.22.5-bullseye to 1.23.2-bullseye by @dependabot in #313
  • build(deps): bump github.com/pressly/goose/v3 from 3.21.1 to 3.22.1 by @dependabot in #310
  • Add integration test server configuration by @asmahood in #318
  • build(deps): bump golang.org/x/crypto from 0.28.0 to 0.29.0 by @dependabot in #319
  • build(deps): bump golang from 1.23.2-bullseye to 1.23.3-bullseye by @dependabot in #317
  • Add new route for retrieving session info by @asmahood in #320
  • Create issue templates by @asmahood in #322
  • fix: silence DB logs by default by @asmahood in #324

Full Changelog: v3.3.3...v3.4.0

v3.3.3

23 Oct 22:00
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.3.2...v3.3.3

v3.3.2

23 Oct 21:51
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.3.1...v3.3.2

v3.3.1

23 Oct 21:43
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.3.0...v3.3.1

v3.3.0

15 Oct 21:20
Compare
Choose a tag to compare

What's Changed

  • build(deps): bump golang.org/x/crypto from 0.0.0-20221012134737-56aed061732a to 0.6.0 by @dependabot in #161
  • build(deps): bump alpine from 3.16.2 to 3.17.2 by @dependabot in #157
  • build(deps): bump golang.org/x/net from 0.6.0 to 0.7.0 by @dependabot in #162
  • build(deps): bump github.com/spf13/cobra from 1.5.0 to 1.6.1 by @dependabot in #160
  • build(deps): bump github.com/gin-gonic/gin from 1.8.1 to 1.9.0 by @dependabot in #159
  • build(deps): bump gorm.io/driver/postgres from 1.3.8 to 1.4.8 by @dependabot in #158
  • build(deps): bump github.com/pressly/goose/v3 from 3.6.1 to 3.9.0 by @dependabot in #165
  • build(deps): bump github.com/golang-jwt/jwt/v4 from 4.4.2 to 4.5.0 by @dependabot in #163
  • build(deps): bump gorm.io/gorm from 1.24.2 to 1.24.5 by @dependabot in #164
  • build(deps): bump gorm.io/gorm from 1.24.5 to 1.24.6 by @dependabot in #166
  • build(deps): bump github.com/pressly/goose/v3 from 3.9.0 to 3.10.0 by @dependabot in #168
  • build(deps): bump gorm.io/driver/postgres from 1.4.8 to 1.5.0 by @dependabot in #169
  • build(deps): bump alpine from 3.17.2 to 3.17.3 by @dependabot in #170
  • build(deps): bump github.com/spf13/cobra from 1.6.1 to 1.7.0 by @dependabot in #171
  • build(deps): bump github.com/gin-gonic/gin from 1.9.0 to 1.9.1 by @dependabot in #180
  • build(deps): bump gorm.io/gorm from 1.24.7-0.20230306060331-85eaf9eeda11 to 1.25.1 by @dependabot in #175
  • build(deps): bump github.com/pressly/goose/v3 from 3.10.0 to 3.11.2 by @dependabot in #176
  • build(deps): bump gorm.io/driver/postgres from 1.5.0 to 1.5.2 by @dependabot in #179
  • build(deps): bump alpine from 3.17.3 to 3.18.0 by @dependabot in #178
  • build(deps): bump github.com/pressly/goose/v3 from 3.11.2 to 3.14.0 by @dependabot in #188
  • build(deps): bump gorm.io/gorm from 1.25.1 to 1.25.2 by @dependabot in #183
  • build(deps): bump golang.org/x/crypto from 0.9.0 to 0.11.0 by @dependabot in #186
  • build(deps): bump gorm.io/gorm from 1.25.2 to 1.25.4 by @dependabot in #207
  • build(deps): bump github.com/google/uuid from 1.3.0 to 1.3.1 by @dependabot in #206
  • build(deps): bump github.com/pressly/goose/v3 from 3.14.0 to 3.15.0 by @dependabot in #204
  • build(deps): bump golang.org/x/crypto from 0.11.0 to 0.12.0 by @dependabot in #197
  • build(deps): bump alpine from 3.18.0 to 3.18.3 by @dependabot in #198
  • Add a migration for structures and blinds by @asmahood in #208
  • Add new endpoint for structures by @asmahood in #209
  • feat(events): add structure support to events by @asmahood in #210
  • feat(events): move rebuys from participants to events by @asmahood in #211
  • fix(events): use ListEventsResponse type to capture event entry count by @asmahood in #212
  • feat(events): add a points multiplier to events by @asmahood in #213
  • build(deps): bump golang.org/x/crypto from 0.12.0 to 0.13.0 by @dependabot in #214
  • fix(structures): allow ante of 0 in create request by @asmahood in #219
  • build(deps): bump alpine from 3.18.3 to 3.18.4 by @dependabot in #217
  • build(deps): bump golang.org/x/crypto from 0.13.0 to 0.14.0 by @dependabot in #220
  • feat(events): add support for un-ending events by @asmahood in #223

Full Changelog: v3.2.0...v3.3.0

v3.2.0

13 Feb 22:14
Compare
Choose a tag to compare

What's Changed

  • ticket/200: sign out unsigned out members in last place by @asmahood in #155

Full Changelog: v3.1.0...v3.2.0

v3.1.0

23 Jan 21:58
Compare
Choose a tag to compare

What's Changed

  • tickets/198: refactoring route definition and implementation by @asmahood in #151
  • ticket/201: adding uniqueness constraint on memberships table by @asmahood in #152

Full Changelog: v3.0.1...v3.1.0

v3.0.1

12 Jan 04:31
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.0.0...v3.0.1

v3.0.0

14 Dec 22:40
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.1.0...v3.0.0