Releases: phin1x/go-ipp
Releases · phin1x/go-ipp
Fix panics and/or EOF errors during GetPrinters request
Fix panics and/or EOF errors during GetPrinters request
this release should fix #30
v1.6.0
- With this release the server communication is moved to a separate interface. Currently there is an implementation for http and the local Unix socket of the CUPS server. The IPP client still uses the http implementation by default. (@dennisoehme)
- the get job attribute function now returns the job attributes (@the-goodies)
v1.5.0
v1.4.3
v1.4.2
v1.4.1
Version v1.4.0
- breaking: removed job and operation prefix from attributes
- breaking: use built-in data types for constants
- fixed some unexportet constants
- some fixed for reponse encoding
Version 1.3.0
- added request decoder method
- added response encoder method
- better EOF handling in reponse and request decoder
- decode response from http body instead a temporary buffer
Version 1.2.0
- changed the get jobs method to fetch jobs from printer, classes or both
- the response decoder now need a writer for additional response data, for example if you fetch documents from the server
- added the job state filter const "all"