Releases: pilinux/gorest
Releases · pilinux/gorest
v1.6.36
v1.6.35
What's Changed
- bug fix: middleware - verify origin of the request 3a8c4f7
- bug fix: connection to PostgreSQL over TLS 044f75a
- improvement: reduce code complexity of middleware.GetJWT() 8418573
- chore(deps): bump gorm.io/driver/mysql from 1.5.5 to 1.5.6 by @dependabot in #182
- chore(deps): bump codecov/codecov-action from 4.1.0 to 4.1.1 by @dependabot in #184
- chore(deps): bump github.com/go-sql-driver/mysql from 1.8.0 to 1.8.1 by @dependabot in #183
- chore(deps): bump gorm.io/gorm from 1.25.8 to 1.25.9 by @dependabot in #185
- README: added info on how to generate keys using openssl 37bb9d4
Full Changelog: v1.6.34...v1.6.35
v1.6.34
What's Changed
- chore(deps): bump gorm.io/driver/mysql from 1.5.4 to 1.5.5 by @dependabot in #180
- chore(deps): bump gorm.io/gorm from 1.25.7 to 1.25.8 by @dependabot in #179
- chore(deps): bump actions/cache from 4.0.1 to 4.0.2 by @dependabot in #181
- chore: bump github.com/pilinux/twofactor from 1.1.1 to 1.1.2
- chore: bump github.com/bytedance/sonic from 1.9.2 to 1.11.2
- chore: bump github.com/pilinux/cryptoengine from 0.1.1 to 0.1.2
- chore: bump golang.org/x/arch from 0.4.0 to 0.7.0
- chore: bump golang.org/x/net from 0.21.0 to 0.22.0
- chore: bump golang.org/x/sync from 0.5.0 to 0.6.0
Full Changelog: v1.6.33...v1.6.34
v1.6.33
What's Changed
- chore(deps): bump google.golang.org/protobuf from 1.31.0 to 1.33.0 by @dependabot in #177 [fixed vulnerability: CVE-2024-24786]
- chore(deps): bump gorm.io/driver/postgres from 1.5.6 to 1.5.7 by @dependabot in #175
- chore(deps): bump github.com/jackc/pgx/v5 from 5.4.3 to 5.5.4 by @dependabot in #178 [fixed vulnerabilities: GHSA-7jwh-3vrq-q3m8, CVE-2024-27304]
- chore(deps): bump github.com/go-sql-driver/mysql from 1.7.1 to 1.8.0 by @dependabot in #176
Full Changelog: v1.6.32...v1.6.33
v1.6.32
What's Changed
- chore(deps): bump github.com/pilinux/crypt from 0.0.4 to 0.0.5 by @dependabot in #174
- chore(deps): bump github.com/pilinux/argon2 from 0.10.0 to 0.11.0 by @dependabot in #173
- feat: option to easily create/drop mongoDB indexes 16fff60
Full Changelog: v1.6.31...v1.6.32
v1.6.31
What's Changed
- chore(deps): bump github.com/mrz1836/postmark from 1.6.3 to 1.6.4 by @dependabot in #170
- improvement: tautological conditions 15a1f7d
- ci: github action updated e059290 & 2eb77d3
- chore: bumped dependencies 532c511
Full Changelog: v1.6.30...v1.6.31
v1.6.30
What's Changed
- bumped to gorm.io/driver/postgres
v1.5.6
- For PostgreSQL connection,
sql.Open(driverName string, dataSourceName string)
=>driverName
changed frompostgres
topqx
Full Changelog: v1.6.29...v1.6.30
v1.6.29
What's Changed
- chore(deps): bump github.com/pilinux/crypt from 0.0.2 to 0.0.3 by @dependabot in #164
- chore(deps): bump github.com/pilinux/argon2 from 0.8.0 to 0.9.0 by @dependabot in #165
- chore(deps): bump go.mongodb.org/mongo-driver from 1.13.1 to 1.13.2 by @dependabot in #166
- chore(deps): bump go.mongodb.org/mongo-driver from 1.13.2 to 1.14.0 by @dependabot in #168
Bugfix
Full Changelog: v1.6.28...v1.6.29
v1.6.28
What's Changed
- chore(deps): bump github.com/google/uuid from 1.5.0 to 1.6.0 by @dependabot in #153
- chore(deps): bump github.com/mrz1836/postmark from 1.6.1 to 1.6.2 by @dependabot in #155
- chore(deps): bump gorm.io/gorm from 1.25.5 to 1.25.6 by @dependabot in #154
- chore(deps): bump gorm.io/gorm from 1.25.6 to 1.25.7 by @dependabot in #158
- chore(deps): bump gorm.io/driver/mysql from 1.5.2 to 1.5.4 by @dependabot in #157
- chore(deps): bump gorm.io/driver/postgres from 1.5.4 to 1.5.6 by @dependabot in #160
- chore(deps): bump gorm.io/driver/sqlite from 1.5.4 to 1.5.5 by @dependabot in #159
- chore(deps): bump github.com/mrz1836/postmark from 1.6.2 to 1.6.3 by @dependabot in #161
- chore(deps): bump golang.org/x/crypto from 0.18.0 to 0.19.0 by @dependabot in #162
- chore(deps): bump golangci/golangci-lint-action from 3 to 4 by @dependabot in #163
Full Changelog: v1.6.27...v1.6.28
v1.6.27
What's Changed
- chore(deps): bump github.com/pilinux/crypt from 0.0.1 to 0.0.2 by @dependabot in #148
- chore(deps): bump github.com/pilinux/argon2 from 0.7.0 to 0.8.0 by @dependabot in #149
- chore(deps): bump actions/cache from 3.3.2 to 3.3.3 by @dependabot in #150
- chore(deps): bump actions/cache from 3.3.3 to 4.0.0 by @dependabot in #151
- chore(deps): bump actions/dependency-review-action from 3 to 4 by @dependabot in #152
New Features
- rate limiting (IP-based)
- option to validate origin of the request
Full Changelog: v1.6.26...v1.6.27