Skip to content

Releases: TencentBlueKing/gopkg

v1.3.0

30 Jul 08:21
45a30da
Compare
Choose a tag to compare

What's Changed

breaking changes

NewCache add options

New Contributors

Full Changelog: v1.2.0...v1.3.0

v1.2.0 (2023-06-26)

26 Jun 12:13
d3dc33d
Compare
Choose a tag to compare

breaking changes:

  • github.com/TencentBlueKing/gopkg/cache/memory use the ctx context.Context as the first argument
    • example: Get(ctx, key)

v1.0.9 (2022-05-05)

05 May 05:42
b80ca5c
Compare
Choose a tag to compare
  • Repair logging interface implements

v1.0.8 (2022-01-23)

23 Jan 06:28
ae3ab21
Compare
Choose a tag to compare
  • add: logger interface
  • add: cryptography

move cache/memory/key.go to cache/key.go, as a common type of cache module

21 Dec 07:11
1316f9a
Compare
Choose a tag to compare

v1.0.7

  • refactor: move cache/memory/key.go to cache/key.go, as a common type of cache module

add: cache/memory Set

21 Dec 06:45
3a07ece
Compare
Choose a tag to compare

v1.0.6

  • add: cache/memory add interface Set(key Key, data interface{})

bugfix: cache/memory package name wrong

21 Dec 04:17
ec4f4b6
Compare
Choose a tag to compare

v1.0.5

  • bugfix: cache/memory package name wrong

first release

21 Dec 02:59
3497cf2
Compare
Choose a tag to compare

v1.0.4

  • add pkg: cache/memory
  • add pkg: conv

v1.0.3

  • add pkg: stringx

v1.0.2

  • add pkg: collection/set

v1.0.1

  • add pkg: errorx

v1.0.0

  • init the project dir