Skip to content

Releases: danielklecha/SharpIppNext

v3.0.0

27 Feb 20:12

Choose a tag to compare

This version has a lot of improvements and breaking changes so I decided to change version number to 3.

  1. All typed response classes was rewrote based on specification. You don't need to search section but use properties for all attributes.
  2. Unsupported flag was removed from enums - int.MinValue or short.MinValue will be equivalent.
  3. Documentation was extended and describes requests, responses and advanced scenarios.
  4. 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

Full Changelog: v2.2.0...v3.0.0

v2.2.0

06 Feb 08:40

Choose a tag to compare

Full Changelog: v2.1.6...v2.2.0

v2.1.6

13 Nov 08:03
f854f92

Choose a tag to compare

What's Changed

  • Fixed the character encoding bug causing garbled Chinese characters in IPP attributes. by @fightroad in #23

New Contributors

Full Changelog: v2.1.5...v2.1.6

v2.1.5

12 Nov 19:28

Choose a tag to compare

Full Changelog: v2.1.4...v2.1.5

v2.1.4

06 Nov 22:05

Choose a tag to compare

Full Changelog: v2.1.3...v2.1.4

v2.1.3

14 Oct 13:56

Choose a tag to compare

Full Changelog: v2.1.2...v2.1.3

v2.1.2

25 Mar 16:32

Choose a tag to compare

Full Changelog: v2.1.1...v2.1.2

v2.1.1

19 Mar 08:10

Choose a tag to compare

Full Changelog: v2.1.0...v2.1.1

v2.1.0

18 Mar 11:58
1e3dabe

Choose a tag to compare

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 WhichJobsSupported and {Pdf|Jpeg}KOctetsSupported by @georg-jung in #16

Full Changelog: v2.0.0...v2.1.0

v2.0.0

09 Mar 20:57

Choose a tag to compare

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

Full Changelog: v1.0.12...v2.0.0