Releases: danielklecha/SharpIppNext
v3.0.0
This version has a lot of improvements and breaking changes so I decided to change version number to 3.
- All typed response classes was rewrote based on specification. You don't need to search section but use properties for all attributes.
- Unsupported flag was removed from enums - int.MinValue or short.MinValue will be equivalent.
- Documentation was extended and describes requests, responses and advanced scenarios.
- Tests cover 100% of the code!
What's Changed
- Add more printer attributes, fix length of StringWithLanguage, enhance IppProtocol class by @pkocsis-kfx in #27
New Contributors
- @pkocsis-kfx made their first contribution in #27
Full Changelog: v2.2.0...v3.0.0
v2.2.0
Full Changelog: v2.1.6...v2.2.0
v2.1.6
What's Changed
- Fixed the character encoding bug causing garbled Chinese characters in IPP attributes. by @fightroad in #23
New Contributors
- @fightroad made their first contribution in #23
Full Changelog: v2.1.5...v2.1.6
v2.1.5
Full Changelog: v2.1.4...v2.1.5
v2.1.4
Full Changelog: v2.1.3...v2.1.4
v2.1.3
Full Changelog: v2.1.2...v2.1.3
v2.1.2
Full Changelog: v2.1.1...v2.1.2
v2.1.1
Full Changelog: v2.1.0...v2.1.1
v2.1.0
What's Changed
- Fix ipps default port (443) by @georg-jung in #14
- Specify version in global.json in a supported format by @georg-jung in #15
- Add support for
WhichJobsSupportedand{Pdf|Jpeg}KOctetsSupportedby @georg-jung in #16
Full Changelog: v2.0.0...v2.1.0
v2.0.0
This release has a lot of fixes. The most important thing is that I modified the structure of the requests. Previously all data was mixed in a single class for each request. Now, each IPP section has its class with properties. It could be a challenge to update existing code but in the long term, it allows us to stick to the documentation.
Many thanks to all contributors! You motivated me to work on this project.
What's Changed
- Add unit test that parses GetPrinterAttributes responses by @georg-jung in #7
- Add docfx docs to GitHub Pages by @georg-jung in #6
- Add tests that parse responses to GetJobAttributes and PrintJob by @georg-jung in #9
- Fix integer encoding / decoding on big endian systems by @xqrzd in #11
New Contributors
- @georg-jung made their first contribution in #7
- @xqrzd made their first contribution in #11
Full Changelog: v1.0.12...v2.0.0