Skip to content

Conversation

@babyTsakhes
Copy link
Collaborator

@babyTsakhes babyTsakhes commented Nov 25, 2025

  • The Any type has been added as an alias on interface{} in the library style.
  • The encodeAny(), dencodeAny(), and checkAny() methods have been created for this type to work in MessagePack.
  • Tests have been added for Any.
  • We made corrections in the files generic.go, main.go, etc. interface{} -> any as required by the linter.

@babyTsakhes babyTsakhes changed the title feat: add Any type with optional support feat(Any) : add Any type with optional support Nov 25, 2025
@babyTsakhes babyTsakhes force-pushed the babyTsakhes/add_Any_type branch from 08f5459 to d61abca Compare November 25, 2025 15:22
Copy link
Collaborator

@oleg-jukovec oleg-jukovec left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please, add a changelog entry too.

feat(Any) : add Any type with optional support 

->

api: add Any type with optional support 

@babyTsakhes babyTsakhes force-pushed the babyTsakhes/add_Any_type branch from d61abca to 14da180 Compare November 25, 2025 15:50
@babyTsakhes babyTsakhes changed the title feat(Any) : add Any type with optional support api: add Any type with optional support Nov 25, 2025
@babyTsakhes
Copy link
Collaborator Author

Thank you! Changes have been made.

@oleg-jukovec oleg-jukovec merged commit 36d2b87 into master Nov 27, 2025
14 checks passed
@oleg-jukovec oleg-jukovec deleted the babyTsakhes/add_Any_type branch November 27, 2025 10:54
@oleg-jukovec oleg-jukovec mentioned this pull request Dec 1, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants