Skip to content

Commit 58fe73e

Browse files
author
César Román
committed
chore(release): prepare for v8.1.20
1 parent cac79d3 commit 58fe73e

File tree

3 files changed

+66
-40
lines changed

3 files changed

+66
-40
lines changed

CHANGELOG.md

Lines changed: 58 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
## v8.1.20 (2022-08-26)
2+
3+
### Feat
4+
5+
- add toString implementation (#73)
6+
- **ia**: add TypeUtilities under ignition.common (#72)
7+
- **ia**: add PerspectiveModule class (#71)
8+
- **ia**: implement ignition.common.BrowseElement (#70)
9+
- **ia**: add getNodeId() to OPCBrowseElement (#69)
10+
- **java**: improve typing (#63)
11+
- **java**: add functions to awt classes (#62)
12+
- **java**: add type hints to Socket functions (#56)
13+
14+
### Refactor
15+
16+
- return Iterator from iter methods (#61)
17+
- **system**: change type for `tags` argument (#57)
18+
19+
### Perf
20+
21+
- remove unused imports (#59)
22+
123
## v8.1.19.post4 (2022-08-05)
224

325
### Feat
@@ -56,14 +78,14 @@
5678

5779
## v8.1.18.post2 (2022-07-09)
5880

59-
### Refactor
60-
61-
- use java.lang.String (#30)
62-
6381
### Fix
6482

6583
- **java**: add typing to Java code (#29)
6684

85+
### Refactor
86+
87+
- use java.lang.String (#30)
88+
6789
## v8.1.18.post1 (2022-07-05)
6890

6991
### Feat
@@ -99,16 +121,16 @@
99121

100122
- **system**: add version argument to httpClient (#16)
101123

124+
### Fix
125+
126+
- **ci**: fix `ci.yml` (#5)
127+
102128
### Refactor
103129

104130
- improve Version comparison logic (#11)
105131
- Sourcery refactored main branch (#1)
106132
- change parent class to Java `Object`
107133

108-
### Fix
109-
110-
- **ci**: fix `ci.yml` (#5)
111-
112134
## v8.1.15 (2022-03-02)
113135

114136
### Feat
@@ -125,22 +147,22 @@
125147

126148
## v8.1.13 (2021-12-22)
127149

128-
### Refactor
150+
### BREAKING CHANGE
129151

130-
- move `String` alias to `java.util`
131-
- define ColType as a type alias
132-
- integrate minor changes
133-
- rename argument from pageID to pageId
134-
- change return type to `unicode`
152+
- `system.util.beep()` will print "Beep!" when called
153+
regardless of platform
135154

136155
### Feat
137156

138157
- simplify `beep` code
139158

140-
### BREAKING CHANGE
159+
### Refactor
141160

142-
- `system.util.beep()` will print "Beep!" when called
143-
regardless of platform
161+
- move `String` alias to `java.util`
162+
- define ColType as a type alias
163+
- integrate minor changes
164+
- rename argument from pageID to pageId
165+
- change return type to `unicode`
144166

145167
## v8.1.12.post3 (2021-11-29)
146168

@@ -158,18 +180,18 @@ regardless of platform
158180

159181
## v8.1.12 (2021-11-23)
160182

161-
### Feat
162-
163-
- add type hints on all system functions
164-
- improve `date.format`
165-
- add symbols to `format` to cover most cases
166-
167183
### BREAKING CHANGE
168184

169185
- * Python versions below or above 2.7.18 are not supported
170186
* `system.date` and Java's Date are no longer using `datetime` functions
171187
* remove deprecated functions from `system.tag`
172188

189+
### Feat
190+
191+
- add type hints on all system functions
192+
- improve `date.format`
193+
- add symbols to `format` to cover most cases
194+
173195
## v8.1.11 (2021-10-20)
174196

175197
### Feat
@@ -192,17 +214,17 @@ regardless of platform
192214
- add fields and implement more methods
193215
- return instance of BasicDataset
194216

217+
### Fix
218+
219+
- PyUser now returns an instance of User
220+
195221
### Refactor
196222

197223
- informal interfaces
198224
- return instance of implementing classes
199225
- switch to informal interfaces
200226
- turn fields into properties
201227

202-
### Fix
203-
204-
- PyUser now returns an instance of User
205-
206228
## v8.1.10.post5 (2021-09-24)
207229

208230
### Fix
@@ -228,16 +250,16 @@ regardless of platform
228250
- add `com` package to `pip` release
229251
- **setup**: disallow installation on Python 3
230252

253+
### Fix
254+
255+
- move `WindowUtilities` to the correct package
256+
231257
### Refactor
232258

233259
- improve code quality
234260
- improve code quality
235261
- add `com` package
236262

237-
### Fix
238-
239-
- move `WindowUtilities` to the correct package
240-
241263
## v8.1.10 (2021-09-09)
242264

243265
### Feat
@@ -271,17 +293,17 @@ regardless of platform
271293

272294
## v8.1.5-fix (2021-05-11)
273295

274-
### Fix
275-
276-
- add missing parameter to…
277-
- correct typo in docstring
278-
279296
### Feat
280297

281298
- **pre-commit**: update black 21.5b0 -> 21.5b1
282299
- **pre-commit**: update flake8 3.9.1 -> 3.9.2
283300
- **pre-commit**: update black 21.4b2 -> 21.5b0
284301

302+
### Fix
303+
304+
- add missing parameter to…
305+
- correct typo in docstring
306+
285307
## v8.1.5 (2021-04-28)
286308

287309
### Feat

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ This project consists of the following packages:
101101

102102
#### com.inductiveautomation
103103

104-
This package includes supporting Inductive Automation's classes and interfaces. For more information, see documentation here: <https://files.inductiveautomation.com/sdk/javadoc/ignition81/8.1.19/index.html>.
104+
This package includes supporting Inductive Automation's classes and interfaces. For more information, see documentation here: <https://files.inductiveautomation.com/sdk/javadoc/ignition81/8.1.20/index.html>.
105105

106106
#### java/javax
107107

@@ -111,6 +111,10 @@ These packages include supporting Java classes and interfaces. For more informat
111111

112112
This package includes supporting classes and interfaces from Apache Commons Math API. For more information, see documentation here: <https://commons.apache.org/proper/commons-math/javadocs/api-3.6.1/index.html>
113113

114+
#### org.json
115+
116+
This package includes supporting classes and interfaces from the Inductive Automation's `org.json` package, see documentation here: <https://files.inductiveautomation.com/sdk/javadoc/ignition81/8.1.20/org/json/package-summary.html>
117+
114118
#### org.python
115119

116120
This package includes supporting Jython classes and interfaces. For more information, see documentation here: <https://www.javadoc.io/doc/org.python/jython-standalone/2.7.2/index.html>.

src/system/__version__.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""Package information."""
22

3-
__version__ = "8.1.19"
4-
__build__ = "2022072711"
5-
__cycle__ = ".post4"
3+
__version__ = "8.1.20"
4+
__build__ = "2022082313"
5+
__cycle__ = ""
66
__package_version__ = "{0}{1}".format(__version__, __cycle__) # type: str

0 commit comments

Comments
 (0)