Skip to content

Tags: fiorix/go-diameter

Tags

v4.0.4

Toggle v4.0.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Added AMBR Extended bitrates for 5g and Makefile for testing (#156)

Signed-off-by: Oriol Batalla <obatalla@fb.com>

v4.0.3

Toggle v4.0.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix sm client build. (#155)

Signed-off-by: Evgeniy Makeev <evgeniym@fb.com>

v4.0.2

Toggle v4.0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #142 from emakeev/s6a_protocol_fix

S6a protocol fix

v4.0.1

Toggle v4.0.1's commit message
Add /v4 to import path

From now on, users must import from /v4 onwards when using modules.

v4.0.0

Toggle v4.0.0's commit message
Release v4.0.0 with go.mod and go.sum

Opting for not creating a subdirectory for version, similar to what was
done in golang.org/x/{net,tools} etc.

These files were created by setting GO111MODULE=on and executing
"go mod init" and "go mod tidy".

There are several extraneous dependencies in go-diameter as of today,
mostly because of examples/s6a_proxy depending on protobuf. In the
future we might consider moving this example out to its own repo to
reduce dependencies.

v3.0.2

Toggle v3.0.2's commit message
fix test case build error

v3.0.1

Toggle v3.0.1's commit message
Fix for the Time type based on RFC 868

v3.0.0

Toggle v3.0.0's commit message
Merge pull request #11 from fiorix/v3

V3

v2.0.4

Toggle v2.0.4's commit message
Bug fix for data length

v2.0.3

Toggle v2.0.3's commit message
Rename CMD to Command