forked from greenfiling/servemanager-client
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChanges.txt
90 lines (69 loc) · 2.29 KB
/
Changes.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
#######################
## 1.0.10
## 2023-09-19
* Expand Court model object to include new attributes.
#######################
## 1.0.9
## 2023-07-14
* Implement productName, pageBandPrice, pageBandName, and courtId in
SupplierCost model, implement filtering on courtId.
* Deprecate pageCountPrice in SupplierCost model.
#######################
## 1.0.8
## 2023-06-05
* Implement pageCount filter and pageCountPrice model value in
supplier_cost API
#######################
## 1.0.7
## 2023-05-11
* Implement Attachment.affidavit and .signed fields (#53)
* Implement Recipient.type and .agent_for_service fields (#48)
* Implement Job.quoted_supplier_cost_id, .quoted_retail_price,
.quoted_page_count, and .client_transaction_ref fields (#47, #49)
* Minor logging tweaks
#######################
## 1.0.6
## 2023-04-13
* Support file downloads that require API authentication
* Broad testing improvements (#25, #38, #2)
* Minor bug fixes
#######################
## 1.0.5
## 2023-02-13
* Implement new Serve Manager supplier_cost endpoint
* Fixed #31: missing members in the LineItem object
* Fixed #30: bug in logging in ApiClient.show()
* Fixed miscellaneous typos and internal tools
#######################
## 1.0.4
## 2023-01-10
* Make low-level trasaction information available to library users
* Update project dependencies
* Fix a potential null pointer dereference in ApiClient.makeUpdateUrl()
* Update javadoc to prevent build warnings
* Testing improvements
#######################
## 1.0.3
## 2022-11-16
* Fix typos in README.md
* Add support for new Job job_type_id field
#######################
## 1.0.2
## 2022-03-03
* Add explanatory text when throwing UnsupportedOperationException
* Fix the create interface for notes
* Add test cases
* Lower log level in FilterBase.getQueryString()
#######################
## 1.0.1
## 2021-12-06
* Allow preferred IP version to be set for outbound API calls
* Allow ApiHandle.Builder to accept an already-instantiated
okhttp3.OkHttpClient.Builder object for non-trivial configuration
* Implement undocumented ServeManager option ServiceDocument.externalUrl
* Implement meaningful User Agent string
* Internal improvements and tidying
#######################
## 1.0.0
## 2021-11-16
* Initial release