Skip to content

Releases: ignition-devs/ignition-api-8.1

8.1.18.post2

09 Jul 23:09
Compare
Choose a tag to compare

Bug Fixes

  • add typing to Java code (#29)

Refactor

  • use java.lang.String (#30)

Revert

Full Changelog: v8.1.18.post1...v8.1.18.post2

8.1.18.post1

05 Jul 23:32
Compare
Choose a tag to compare

CI

  • use Python 2 mode for mypy (#25)

Features

  • implement all LoggerEx functions (#27)

Miscellaneous Tasks

  • improve typing for ignition-api-stubs (#24)

Build

  • pre-commit autoupdate (#26)

Full Changelog: v8.1.18...v8.1.18.post1

8.1.18

21 Jun 00:07
Compare
Choose a tag to compare

Features

  • add fields to Results class (#22)
  • add readRaw, writeRaw to bacnet module (#23)

Build

  • bump actions/setup-python from 3 to 4 (#21)

Full Changelog: v8.1.17...v8.1.18

8.1.17

13 May 15:54
Compare
Choose a tag to compare

Bug Fixes

  • update type hint for html arg (#20)

Refactor

  • update type hint for payload arg (b8995ab)

Build

  • update pylint configuration (#18)

Full Changelog: v8.1.16.post1...v8.1.17

8.1.16.post1

08 Apr 21:44
Compare
Choose a tag to compare

Features

  • add perspective.authenticationChallenge (#17) (15acb6c)

Full Changelog: v8.1.16...v8.1.16.post1

8.1.16

06 Apr 21:43
Compare
Choose a tag to compare

Bug Fixes

  • fix ci.yml (#5)

CI

  • fix packaging issues (#2)
  • update build action (#4)
  • maintenance (#6)
  • use deps scope for pre-commit.ci (#10)

Documentation

  • update downloads badge (f162972)
  • add discussions badge (7c2aa6f)
  • replace old project name (#3)
  • use pepy.tech for counting downloads (#13)
  • add link to org CONTRIBUTING.md (#14)
  • fix link to CONTRIBUTING header (72023b6)

Features

  • add version argument to httpClient (#16)

Miscellaneous Tasks

  • move project to github org (240c95f)

Refactor

  • change parent class to Java Object (8aaa459)
  • Sourcery refactored main branch (#1)
  • improve Version comparison logic (#11)

Build

  • bump actions/checkout from 2 to 3 (#7)
  • bump actions/setup-python from 2 to 3 (#8)
  • bump .pylintrc from 2.12.2 to 2.13.2 (#12)
  • pre-commit autoupdate (#15)

Revert

  • remove condition from job (#9)

New Contributors

Full Changelog: v8.1.15...v8.1.16