Releases: optimus-hft/go-ipmux
v0.3.0
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
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
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
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
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 newhttp.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
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.