8000 Releases · gramework/gramework · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: gramework/gramework

v1.8.0

02 Oct 16:22
Compare
Choose a tag to compare

This version removes runtimer dependency to avoid compatibility issues.

v1.7.1

14 Oct 20:22
Compare
Choose a tag to compare

Fixed compatibility issues and updated direct dependencies

v1.7.0

08 Nov 14:21
Compare
Choose a tag to compare
Fix import on example code. (#67)

v1.7.0-rc3

07 Sep 01:25
Compare
Choose a tag to compare
v1.7.0-rc3 Pre-release
Pre-release
Fix import on example code. (#67)

Minor release candidate: 1.7.0-rc2

03 Feb 01:25
4066e6a
Compare
Choose a tag to compare

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

Minor release candidate: 1.7.0-rc1

30 Jan 19:39
a91102a
Compare
Choose a tag to compare
  • 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.

Patch release: 1.6.2

30 Jan 15:21
a3a98a9
Compare
Choose a tag to compare
  • Check gql json content type with space
  • Fix minor grypto lint warning
  • gocsv vendor fix

Patch release: 1.5.4

30 Jan 15:14
f40386f
Compare
Choose a tag to compare
  • Refactoring and vendor fixes
  • Backported 1.6.2 patch: Check JSON content type with space

Patch release: 1.6.1

03 Jan 10:03
1ea7c6b
Compare
Choose a tag to compare

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

Minor release: 1.6.0

25 Dec 14:04
d102f2d
Compare
Choose a tag to compare
  • 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)
0