Releases: gramework/gramework
Releases · gramework/gramework
v1.8.0
v1.7.1
Fixed compatibility issues and updated direct dependencies
v1.7.0
Fix import on example code. (#67)
v1.7.0-rc3
Fix import on example code. (#67)
Minor release candidate: 1.7.0-rc2
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
- 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
- Check gql json content type with space
- Fix minor grypto lint warning
- gocsv vendor fix
Patch release: 1.5.4
- Refactoring and vendor fixes
- Backported 1.6.2 patch: Check JSON content type with space
Patch release: 1.6.1
Copy logger level from Logger.Level in New()
by default
Minor release: 1.6.0
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)