v1.0
Stable version v1.0 is out.
- The API and the secure cookie encoding are unchanged. v1.0 is backward compatible with v6.0 and v5.0.
- Code and comments have been cleaned up.
- The base64 encoding and decoding have been optimized (x2 for decoding). But the total time did not change much because it represent only 5% on the total time.
- Benchmarks were not updated because they stayed roughly the same.
- securecookie is now a module, and has been compiled and tested with go1.11.
Thank you to all the contributors. Feedback and bug fix are welcome.