Skip to content

Tags: beego/beego

Tags

v2.3.10

Toggle v2.3.10's commit message
fix(router): use request context for session release

Signed-off-by: chlins <chlins.zhang@gmail.com>

v2.3.9

Toggle v2.3.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(session): use request context for session release (#5880)

Signed-off-by: chlins <chlins.zhang@gmail.com>

v2.3.8

Toggle v2.3.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Added plugin support for generic types at the web. (#5771)

* feature:Added plugin support for generic types at the web.

* fix:Fix scanning issues.

* feature:Added options for plugin.

* feature:Remove unnecessary code.

* refactor:change package and go file name.

* feature:add usage example.

* feature:add usage example.

* fix: fix issues.

* fix: fix issues.

v2.3.7

Toggle v2.3.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fixed #5763,fixed #5760 : Add utils.securopen func to fix not syscall…

….O_NOFOLLOW on Windows (#5764)

v2.3.6

Toggle v2.3.6's commit message
Update db_oracle.go

fix dbbase.GetColumns  expected 3 destination arguments but only query one in oracle

v2.3.5

Toggle v2.3.5's commit message
fix: fix incorrect nil return value

Signed-off-by: cangqiaoyuzhuo <850072022@qq.com>

v2.3.4

Toggle v2.3.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
modify: file cache writer md5 to sha256 (#5727)

* modify: file cache writer md5 to sha256

* modify: file cache writer md5 to sha256

* modify: file cache writer md5 to sha256

v2.3.3

Toggle v2.3.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Delete server/web/session/ledis/http:/host:port directory (#5717)

remove server/web/session/ledis/http:/host:port directory because is not legal on Windows

v2.3.2

Toggle v2.3.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix for the CVE-2022-31836 4ca2780 (#5707)

Co-authored-by: Ming Deng <mingflycash@gmail.com>

v1.12.14

Toggle v1.12.14's commit message
HOT-FIX/incorrect-redis-setex, fix: modified invalid redis setex and …

…setxx command in sess_redis.go