Skip to content

Releases: 123inkt/ipp

1.0.0

03 Dec 09:37
07f9fb5

Choose a tag to compare

What's Changed

  • Implement remaining minimal requirements for supporting ipp 2.0 spec in #20

    • Backwards Compatibility break: removed PrinterStateReasonEnum
    • Added the validatePrintJob Operation
    • Added all expected fields to Job and Printer objects
    • Now throws exception for all unparsable http error codes
  • Add IppRequestException to the appropriate docblocks in #22

  • Update actions/checkout action to v6 in #21

Full Changelog: 0.3.0...1.0.0

0.3.0

08 Oct 16:28
576baca

Choose a tag to compare

Backwards Compatibility Breaks:

IppResponseInterface has been significantly altered.
getJobUri method removed, use getJobs()[0]->getUri() instead.
getJobState method removed, use getJobs()[0]->getJobState() instead.

Signature of IppCollection has changed: it now contains an array of IppAttribute objects
getJobAttributes method now takes IppJob as argument instead of string.

IppCollection and IppResolution namespaces have been changed

What's Changed

Parsing of IPP responses is now far more robust

Full Changelog: v0.2.2...0.3.0

v0.2.2

27 Aug 06:09
cb6b566

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.2.1...v0.2.2

0.2.1

15 Aug 09:55
30d7773

Choose a tag to compare

#12 Add the option to add a ppd-name to create printer operation

0.2.0

05 Aug 10:50
ca1ad8e

Choose a tag to compare

#11 Add GetPrinterAttributesOperation

v0.1.0

02 Jul 14:54
2b2ce2d

Choose a tag to compare

First release