Skip to content

Releases: gofiber/utils

v2.0.0-beta.7

20 Oct 13:28
5596374
Compare
Choose a tag to compare
v2.0.0-beta.7 Pre-release
Pre-release

🚀 New

  • feat(cbor): Add support for CBOR encoding (#94)
  • add fiber trim functions (#91)
  • feat: Add IfToLower and IfToUpper functions for converting ASCII strings to lowercase and uppercase respectively (#76)
  • RFC8478 - Add the application/zstd Media Type (#75)

🧹 Updates

  • Bump codecov/codecov-action from 4.5.0 to 4.6.0 (#93)
  • chore: Add support for go1.23 and golangci-lint v1.61.0 (#92)
  • Bump dependabot/fetch-metadata from 2.1.0 to 2.2.0 (#89)
  • Bump codecov/codecov-action from 4.4.1 to 4.5.0 (#88)
  • Bump golangci/golangci-lint-action from 5 to 6 (#84)
  • Bump golangci-lint to v1.59.1 (#87)
  • Bump codecov/codecov-action from 4.4.0 to 4.4.1 (#86)
  • Bump codecov/codecov-action from 4.3.1 to 4.4.0 (#85)
  • Bump codecov/codecov-action from 4.3.0 to 4.3.1 (#83)
  • Bump dependabot/fetch-metadata from 2.0.0 to 2.1.0 (#82)
  • Bump golangci/golangci-lint-action from 4 to 5 (#81)
  • Bump codecov/codecov-action from 4.1.1 to 4.3.0 (#80)
  • Improve Unit-Tests Coverage and CI Workflows (#79)
  • Bump lewagon/wait-on-check-action from 1.3.3 to 1.3.4 (#78)
  • Bump dependabot/fetch-metadata from 1.6.0 to 2.0.0 (#74)

Full Changelog: v2.0.0-beta.4...v2.0.0

Thank you @gaby, @imsk17 and @sixcolors for making this update possible.

v2.0.0-beta.6

24 Jul 05:58
Compare
Choose a tag to compare
v2.0.0-beta.6 Pre-release
Pre-release

🚀 New

  • Add fiber trim functions (#91)

🧹 Updates

  • Bump dependabot/fetch-metadata from 2.1.0 to 2.2.0 (#89)

Full Changelog: v2.0.0-beta.5...v2.0.0-beta.6

v2.0.0-beta.5

04 Jul 12:16
1ba4e0b
Compare
Choose a tag to compare
v2.0.0-beta.5 Pre-release
Pre-release

🚀 New

  • feat: Add IfToLower and IfToUpper functions for converting ASCII strings to lowercase and uppercase respectively (#76)
  • RFC8478 - Add the application/zstd Media Type (#75)

🧹 Updates

  • Bump codecov/codecov-action from 4.4.1 to 4.5.0 (#88)
  • Bump golangci/golangci-lint-action from 5 to 6 (#84)
  • Bump golangci-lint to v1.59.1 (#87)
  • Bump codecov/codecov-action from 4.4.0 to 4.4.1 (#86)
  • Bump codecov/codecov-action from 4.3.1 to 4.4.0 (#85)
  • Bump codecov/codecov-action from 4.3.0 to 4.3.1 (#83)
  • Bump dependabot/fetch-metadata from 2.0.0 to 2.1.0 (#82)
  • Bump golangci/golangci-lint-action from 4 to 5 (#81)
  • Bump codecov/codecov-action from 4.1.1 to 4.3.0 (#80)
  • Improve Unit-Tests Coverage and CI Workflows (#79)
  • Bump lewagon/wait-on-check-action from 1.3.3 to 1.3.4 (#78)
  • Bump dependabot/fetch-metadata from 1.6.0 to 2.0.0 (#74)

Full Changelog: v2.0.0-beta.4...v2.0.0-beta.5

Thank you @gaby and @sixcolors for making this update possible.

v2.0.0-beta.4

24 Mar 20:01
7008899
Compare
Choose a tag to compare

🧹 Updates

  • Improve UnsafeBytes with Go 1.20+ (#64)
  • ToString: improve test and bench setup (#63)
  • Improve ToString by 20% (#62)
  • Update unsafe functions (#65)

🛠️ Maintenance

  • Fixes and refactoring of CI files (#56)
  • Bump github.com/stretchr/testify from 1.8.4 to 1.9.0 (#71)
  • Bump fuxingloh/multi-labeler from 3 to 4 (#67)
  • Bump fuxingloh/multi-labeler from 2 to 3 (#66)
  • Bump actions/cache from 3 to 4 (#58)
  • Bump lewagon/wait-on-check-action from 1.3.1 to 1.3.3 (#57)
  • Bump release-drafter/release-drafter from 5 to 6 (#61)
  • Bump nick-fields/retry from 2 to 3 (#60)
  • Bump actions/setup-go from 4 to 5 (#53)
  • Bump github.com/stretchr/testify from 1.8.2 to 1.8.3 (#45)

🐛 Fixes

  • Fix IPv4 boundary checking (#73)
  • Fix mismatch minimum go version to match gofiber/fiber (#70)

📚 Documentation

  • Add CODEOWNERS file (#72)

Full Changelog: v2.0.0-beta.3...v2.0.0-beta.4

Thank you @Fenny, @ReneWerner87, @fufuok, @gaby and @koddr for making this update possible.

v2.0.0-beta.3

03 Aug 22:04
a444600
Compare
Choose a tag to compare
v2.0.0-beta.3 Pre-release
Pre-release

🚀 New

  • Add simple file utils

🧹 Updates

Full Changelog: v2.0.0-beta.2...v2.0.0-beta.3

v1.1.0

17 May 14:01
6cd3dea
Compare
Choose a tag to compare

🚀 New

  • Add go 1.20 to test matrix (#43)
  • Add timestamp calculation functionality (#33)
  • Add IsIPv4/v6 util (#32)
  • Definitions required for client (#29)

🧹 Updates

  • Bump dependabot/fetch-metadata from 1.3.6 to 1.4.0 (#44)
  • Add go 1.20 to test matrix (#43)
  • Bump actions/setup-go from 3 to 4 (#42)
  • Bump github.com/stretchr/testify from 1.8.1 to 1.8.2 (#41)
  • Bump lewagon/wait-on-check-action from 1.2.0 to 1.3.1 (#40)
  • Bump dependabot/fetch-metadata from 1.3.5 to 1.3.6 (#39)
  • v3: time: do not export timestamp var, instead provide helper function to retrieve it (#38)
  • http: update list of HTTP status codes (#37)
  • Bump dependabot/fetch-metadata from 1.3.4 to 1.3.5 (#36)
  • Bump lewagon/wait-on-check-action from 1.1.2 to 1.2.0 (#35)
  • Bump github.com/stretchr/testify from 1.8.0 to 1.8.1 (#34)
  • Bump dependabot/fetch-metadata from 1.3.3 to 1.3.4 (#31)

Full Changelog: v1.0.1...v1.1.0

v2.0.0-beta.2

29 Mar 07:09
6abfb4e
Compare
Choose a tag to compare
v2.0.0-beta.2 Pre-release
Pre-release

🚀 New

  • Add go 1.20 to test matrix (#43)
  • Add timestamp calculation functionality (#33)
  • Add IsIPv4/v6 util (#32)
  • Definitions required for client (#29)

🧹 Updates

  • Bump actions/setup-go from 3 to 4 (#42)
  • Bump github.com/stretchr/testify from 1.8.1 to 1.8.2 (#41)
  • Bump lewagon/wait-on-check-action from 1.2.0 to 1.3.1 (#40)
  • Bump dependabot/fetch-metadata from 1.3.5 to 1.3.6 (#39)
  • v3: time: do not export timestamp var, instead provide helper function to retrieve it (#38)
  • http: update list of HTTP status codes (#37)
  • Bump dependabot/fetch-metadata from 1.3.4 to 1.3.5 (#36)
  • Bump lewagon/wait-on-check-action from 1.1.2 to 1.2.0 (#35)
  • Bump github.com/stretchr/testify from 1.8.0 to 1.8.1 (#34)
  • Bump dependabot/fetch-metadata from 1.3.3 to 1.3.4 (#31)

Full Changelog: v1.0.1...v2.0.0-beta.2

v2.0.0-beta.1

30 Oct 09:41
Compare
Choose a tag to compare
v2.0.0-beta.1 Pre-release
Pre-release

🚀 New

🧹 Updates

  • Bump lewagon/wait-on-check-action from 1.1.2 to 1.2.0 (#35)
  • Bump github.com/stretchr/testify from 1.8.0 to 1.8.1 (#34)
  • Bump dependabot/fetch-metadata from 1.3.3 to 1.3.4 (#31)

Full Changelog: v1.0.1...v2.0.0-beta.1

v1.0.0

19 Oct 07:44
b802ab8
Compare
Choose a tag to compare

❗Breaking changes

🚀 New

  • Add timestamp calculation functionality (#33)
  • Add IsIPv4/v6 util (#32)
  • Definitions required for client (#29)

🧹 Updates

  • Bump dependabot/fetch-metadata from 1.3.3 to 1.3.4 (#31)

Full Changelog: v0.1.2...v1.0.0

v1.0.0-beta.2

25 Sep 12:21
43258f9
Compare
Choose a tag to compare
v1.0.0-beta.2 Pre-release
Pre-release

🚀 New

  • Definitions required for client (#29)

Full Changelog: v1.0.0-beta.1...v1.0.0-beta.2

Thank you @wangjq4214 for making this update possible.