Skip to content

Releases: pinealctx/neptune

v0.9.6

27 Jul 12:11
c3d16e2
Compare
Choose a tag to compare

v0.9.6

  • a stable version

v0.9.5

27 Jul 10:23
226d277
Compare
Choose a tag to compare

issue fix

  • issue fix about proto message fingerprint

v0.9.3

27 Jul 09:33
504c5ed
Compare
Choose a tag to compare

cherry pick

  • rename interface

v0.9.2

27 Jul 09:08
45c3a68
Compare
Choose a tag to compare

v0.9.2

  • add package mpb to support tag proto message, which helps to enhance marshal/unmarshal proto message.

v0.9.1

20 Jul 07:03
3b9bb22
Compare
Choose a tag to compare

Add "new db with Dsn config"

v0.9.0

19 Jul 07:35
f7e60c8
Compare
Choose a tag to compare

add ssh connection support

  • support connect database with ssh

v0.8.9

13 Jul 06:55
534464d
Compare
Choose a tag to compare

Add Key Locker group in package "github.com/pinealctx/neptune/syncx/keylock"

  1. support key locker group, its behavior is almost like single key locker.
  2. abstract key locker as interface.

v0.8.5

24 Jun 13:57
a3aaa31
Compare
Choose a tag to compare

v0.8.5

  • Add Combine function of gormx.GormProc to combine serial GormProcFn
  • To avoid append gormx.GormProc

v0.8.4

22 Jun 08:32
3c87de3
Compare
Choose a tag to compare

Add encoding/decoding base16(hex)/base32 method with int64/uin64

  • in package tex
  • functions:
//I64Hex convert int64 to hex(hexadecimal 16-base) string
func I64Hex(i int64) string

//U64Hex convert uint64 to hex(hexadecimal 16-base) string
func U64Hex(u uint64) string

//I64HexV2 convert int64 to 32 base string
func I64HexV2(i int64) string

//U64HexV2 convert uint64 to 32 base string
func U64HexV2(u uint64) string

//HexI64 convert hex string(16-base) to int64
func HexI64(s string) (int64, error)

//HexU64 convert hex string(16-base) to uint64
func HexU64(s string) (uint64, error)

//HexI64V2 convert 32 base string to int64
func HexI64V2(s string) (int64, error)

//HexU64V2 convert 32 base string to uint64
func HexU64V2(s string) (uint64, error)

v0.6.3

22 Mar 00:47
cb94035
Compare
Choose a tag to compare

Session of stcp package update

  • support set(update) Session's own handler.