You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Transitioned the default MongoDB driver from mgo to mongo-go-driver to leverage the latest features and improvements.
Deprecated direct Redis usage in favor of the more flexible Temporal Storage Interface, enhancing adaptability and performance.
Upgraded to Golang 1.21, ensuring compatibility with the latest language enhancements and security patches.
Updated golang.org/x/net to v0.17.0, addressing CVE-2023-39325 and reinforcing security measures against potential vulnerabilities.
Resolved an issue in TIB that led to superfluous TYK_IB_SESSION_SECRET warnings on initialization for embedded instances. Thotic storage now requires explicit initialization by the host application, streamlining the startup process and reducing unnecessary logging.