Skip to content

Releases: optimus-hft/go-ipmux

v0.3.0

06 Mar 16:20
Compare
Choose a tag to compare

New Features in v0.3.0:

  • Add feature to provide external counters

Known Issues:

  • None at this time.

Contributing

We welcome contributions from the community. Please open an issue or a pull request for any bug fixes, features, or enhancements.

Thank you for using IPMux v0.3.0! If you encounter any issues or have suggestions for improvement, please don't hesitate to let us know.

v0.2.1

05 Mar 15:11
Compare
Choose a tag to compare

v0.2.1

This release adds DNS cache feature to ipmux.

New Features in v0.2.1:

  • Fix multiple client configuration issue

Known Issues:

  • None at this time.

Contributing

We welcome contributions from the community. Please open an issue or a pull request for any bug fixes, features, or enhancements.

Thank you for using IPMux v0.2.1! If you encounter any issues or have suggestions for improvement, please don't hesitate to let us know.

v0.2.0

18 Nov 22:19
8300028
Compare
Choose a tag to compare

v0.2.0

This release adds DNS cache feature to ipmux.

New Features in v0.2.0:

  • Enabling DNS cache with a refresh interval.

Known Issues:

  • None at this time.

Contributing

We welcome contributions from the community. Please open an issue or a pull request for any bug fixes, features, or enhancements.

Thank you for using IPMux v0.2.0! If you encounter any issues or have suggestions for improvement, please don't hesitate to let us know.

v0.1.2

25 Oct 19:47
78fa2fe
Compare
Choose a tag to compare

v0.1.2

This release changes the approach for testing the library.

Known Issues:

  • None at this time.

Contributing

Thanks to @alirezazeynali75 for his first contribution to the project 🎆 🎉

We welcome contributions from the community. Please open an issue or a pull request for any bug fixes, features, or enhancements.

Thank you for using IPMux v0.1.2! If you encounter any issues or have suggestions for improvement, please don't hesitate to let us know.

v0.1.1

24 Oct 17:21
1b82784
Compare
Choose a tag to compare

v0.1.1

This release solves a bug in the library.

Bug fixes in v0.1.1:

  • avoid copying the http.Transport object. because it has internal files and a lock. go-ipmux now creates a new http.Transport object for each client.

Known Issues:

  • None at this time.

Contributing

We welcome contributions from the community. Please open an issue or a pull request for any bug fixes, features, or enhancements.

Thank you for using IPMux v0.1.1! If you encounter any issues or have suggestions for improvement, please don't hesitate to let us know.

v0.1.0

23 Oct 19:41
Compare
Choose a tag to compare

v0.1.0

We are excited to announce the first release of the IPMux library, version v0.1.0! This initial release brings a powerful tool for multiplexing HTTP clients based on source IP addresses in GoLang applications.

Features in v0.1.0:

  • Multiplex HTTP clients based on source IP addresses.
  • Customizable options for creating HTTP clients.
  • Easy-to-use interface for seamless integration.

Known Issues:

  • None at this time.

Contributing

We welcome contributions from the community. Please open an issue or a pull request for any bug fixes, features, or enhancements.

Thank you for using IPMux v0.1.0! If you encounter any issues or have suggestions for improvement, please don't hesitate to let us know.