Gramework Versions Save

Fast and Reliable Golang Web Framework

v1.8.0

1 year ago

This version removes runtimer dependency to avoid compatibility issues.

v1.7.1

2 years ago

Fixed compatibility issues and updated direct dependencies

v1.7.0

4 years ago

v1.7.0-rc3

4 years ago

v1.7.0-rc2

5 years ago

ctx.Sanitize(), ctx.Sanitizer() and app.SetSanitizerPolicy() introduced thanks to bluemonday. See third_party_licenses/bluemonday for bluemonday's license.

v1.7.0-rc1

5 years ago
  • The Behind interface that should allow proper IP detection as soon as you provide proper unwrapper.
  • First Behind unwrapper for Akamai. NOTE: they do not provide support for that unwrapper. If you have any bugs, please contact our support or open an issue.
  • When registering route, in the handler path github.com/gramework/gramework/ replaced with #gramework for short.

v1.6.2

5 years ago
  • Check gql json content type with space
  • Fix minor grypto lint warning
  • gocsv vendor fix

v1.5.4

5 years ago
  • Refactoring and vendor fixes
  • Backported 1.6.2 patch: Check JSON content type with space

v1.6.1

5 years ago

Copy logger level from Logger.Level in New() by default

v1.6.0

5 years ago
  • grypto package rewritten and will use scrypt instead of bcrypt by default, allowing you to verify both types of hashes with MCF. This change closes the bcrypt vulnerability of long passwords (>56 characters) and automatically migrates on the more secure hashing algorithm.
  • Refactoring and vendor fixes (1.5.4-rc1)