Skip to content
This repository was archived by the owner on Jul 12, 2025. It is now read-only.

2.3.3 is not backward compatible with 2.3.2 #38

@vsoskov

Description

@vsoskov

There are changes to public methods that make it not backward compatible.
For example
func (src *AuthenticationOk) Encode(dst []byte) []byte {

func (src *AuthenticationOk) Encode(dst []byte) ([]byte, error)

There are vulnerabilities in the previous version which are fixed in 2.3.3 but it can't be used.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions