-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathChanges.txt
158 lines (119 loc) · 3.75 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
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
#######################
## 1.0.19
## 2025-02-05
* Implement clientJobNumber in Note model
#######################
## 1.0.18
## 2025-01-29
* Allow setting of okhttp interceptor
#######################
## 1.0.17
## 2025-01-17
* Implement documentType in Document model
#######################
## 1.0.16
## 2025-01-09
* update Job.mailingDate type
#######################
## 1.0.15
## 2024-12-16
* Implement attorneyName, attorneyEmail, and sbn in JobBase (Job, JobSubmit)
model
* Code clean up
#######################
## 1.0.14
## 2024-12-09
* Add model support for webhooks
* Implement collaborationAccountId in Company model
* Implement total, token, taxesEnabled, lastIssuedAt, clientId,
and serveManagerJobNumber in Invoice model
* Implement assignedByCollaboratingServer, dupedFromJobIds, mailingDate,
mailedById, mailingLocation, mailingRequired, and serverAcceptance
in Job model
* Implemented jobs and downloadUrl in Links model
* Implemented instructionsFromClient and requireServerAcceptance in
JobBase model
* Updating library dependencies
#######################
## 1.0.13
## 2024-12-02
* Implement externalUrl and referenceNumber in Attachment model.
#######################
## 1.0.12
## 2024-03-24
* Extended code clean up
* Add missing CompanyClient class
#######################
## 1.0.11
## 2023-12-13
* Implement categoryId, createdBy, emailedTo, sharedFrom, userId, and
visibility in Note model.
#######################
## 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