Skip to content

Commit 51c2e22

Browse files
authored
[APIC-298] 3.0.0 (#239)
* 3.0.0
1 parent 27b718a commit 51c2e22

File tree

128 files changed

+2753
-5169
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

128 files changed

+2753
-5169
lines changed

CHANGELOG.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,13 @@
22

33
## Unreleased
44

5+
## [3.0.0] - 2020-06-22
56

67
### Changed
78
- Failed HTTP requests are now retried before raising errors (#235)
8-
- Default docker image for Civis Futures is now `latest` rather than `3` (#238)
9+
- Default docker image for Civis Futures is now `latest` rather than `3` (#238).
10+
This could require users to update code as it will automatically be updated to the latest version of
11+
R deployed on Civis Platform moving forward (including R 4.0.0) (#238)
912

1013
### Fixed
1114
- Fixed auto-documentation bug for some endpoints with parameters that are nested objects. `enhancements_[verb]_cass_ncoa`, `exports_[verb]_files,`
@@ -18,6 +21,7 @@ and `imports_[verb]_files` have updated documentation as a result. (#240)
1821
- Updates required for `stringsAsFactors=FALSE` default. (#232).
1922

2023
## [2.1.1] - 2020-02-20
24+
2125
### Fixed
2226

2327
- The `database` parameter in `read_civis` now accepts character

DESCRIPTION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: civis
22
Title: R Client for the 'Civis Platform API'
3-
Version: 2.1.2
3+
Version: 3.0.0
44
Authors@R: c(
55
person("Patrick", "Miller", email = "pmiller@civisanalytics.com", role = c("cre", "aut")),
66
person("Keith", "Ingersoll", email = "kingersoll@civisanalytics.com", role = "aut"),

NAMESPACE

+13-39
Original file line numberDiff line numberDiff line change
@@ -119,10 +119,13 @@ export(civis_table)
119119
export(civis_to_multifile_csv)
120120
export(clusters_delete_kubernetes_partitions)
121121
export(clusters_get_kubernetes)
122+
export(clusters_get_kubernetes_instance_configs)
122123
export(clusters_get_kubernetes_partitions)
123124
export(clusters_list_kubernetes)
124125
export(clusters_list_kubernetes_deployment_stats)
125126
export(clusters_list_kubernetes_deployments)
127+
export(clusters_list_kubernetes_instance_configs_historical_graphs)
128+
export(clusters_list_kubernetes_instance_configs_user_statistics)
126129
export(clusters_list_kubernetes_partitions)
127130
export(clusters_patch_kubernetes)
128131
export(clusters_patch_kubernetes_partitions)
@@ -143,12 +146,15 @@ export(databases_delete_whitelist_ips)
143146
export(databases_get)
144147
export(databases_get_whitelist_ips)
145148
export(databases_list)
149+
export(databases_list_advanced_settings)
146150
export(databases_list_schemas)
147151
export(databases_list_tables)
148152
export(databases_list_tables_search)
149153
export(databases_list_whitelist_ips)
154+
export(databases_patch_advanced_settings)
150155
export(databases_post_schemas_scan)
151156
export(databases_post_whitelist_ips)
157+
export(databases_put_advanced_settings)
152158
export(default_credential)
153159
export(download_civis)
154160
export(endpoints_list)
@@ -160,22 +166,16 @@ export(enhancements_delete_civis_data_match_projects)
160166
export(enhancements_delete_civis_data_match_runs)
161167
export(enhancements_delete_civis_data_match_shares_groups)
162168
export(enhancements_delete_civis_data_match_shares_users)
163-
export(enhancements_delete_data_unification_runs)
164169
export(enhancements_delete_geocode_projects)
165170
export(enhancements_delete_geocode_runs)
166171
export(enhancements_delete_geocode_shares_groups)
167172
export(enhancements_delete_geocode_shares_users)
168-
export(enhancements_delete_table_deduplication_runs)
169173
export(enhancements_get_cass_ncoa)
170174
export(enhancements_get_cass_ncoa_runs)
171175
export(enhancements_get_civis_data_match)
172176
export(enhancements_get_civis_data_match_runs)
173-
export(enhancements_get_data_unification)
174-
export(enhancements_get_data_unification_runs)
175177
export(enhancements_get_geocode)
176178
export(enhancements_get_geocode_runs)
177-
export(enhancements_get_table_deduplication)
178-
export(enhancements_get_table_deduplication_runs)
179179
export(enhancements_list)
180180
export(enhancements_list_cass_ncoa_projects)
181181
export(enhancements_list_cass_ncoa_runs)
@@ -187,40 +187,26 @@ export(enhancements_list_civis_data_match_runs)
187187
export(enhancements_list_civis_data_match_runs_logs)
188188
export(enhancements_list_civis_data_match_runs_outputs)
189189
export(enhancements_list_civis_data_match_shares)
190-
export(enhancements_list_data_unification_runs)
191-
export(enhancements_list_data_unification_runs_logs)
192-
export(enhancements_list_data_unification_runs_outputs)
193190
export(enhancements_list_field_mapping)
194191
export(enhancements_list_geocode_projects)
195192
export(enhancements_list_geocode_runs)
196193
export(enhancements_list_geocode_runs_logs)
197194
export(enhancements_list_geocode_runs_outputs)
198195
export(enhancements_list_geocode_shares)
199-
export(enhancements_list_table_deduplication_runs)
200-
export(enhancements_list_table_deduplication_runs_logs)
201-
export(enhancements_list_table_deduplication_runs_outputs)
202196
export(enhancements_list_types)
203197
export(enhancements_patch_cass_ncoa)
204198
export(enhancements_patch_civis_data_match)
205-
export(enhancements_patch_data_unification)
206199
export(enhancements_patch_geocode)
207-
export(enhancements_patch_table_deduplication)
208200
export(enhancements_post_cass_ncoa)
209201
export(enhancements_post_cass_ncoa_cancel)
210202
export(enhancements_post_cass_ncoa_runs)
211203
export(enhancements_post_civis_data_match)
212204
export(enhancements_post_civis_data_match_cancel)
213205
export(enhancements_post_civis_data_match_clone)
214206
export(enhancements_post_civis_data_match_runs)
215-
export(enhancements_post_data_unification)
216-
export(enhancements_post_data_unification_cancel)
217-
export(enhancements_post_data_unification_runs)
218207
export(enhancements_post_geocode)
219208
export(enhancements_post_geocode_cancel)
220209
export(enhancements_post_geocode_runs)
221-
export(enhancements_post_table_deduplication)
222-
export(enhancements_post_table_deduplication_cancel)
223-
export(enhancements_post_table_deduplication_runs)
224210
export(enhancements_put_cass_ncoa)
225211
export(enhancements_put_cass_ncoa_archive)
226212
export(enhancements_put_cass_ncoa_projects)
@@ -231,14 +217,17 @@ export(enhancements_put_civis_data_match_archive)
231217
export(enhancements_put_civis_data_match_projects)
232218
export(enhancements_put_civis_data_match_shares_groups)
233219
export(enhancements_put_civis_data_match_shares_users)
234-
export(enhancements_put_data_unification)
235220
export(enhancements_put_geocode)
236221
export(enhancements_put_geocode_archive)
237222
export(enhancements_put_geocode_projects)
238223
export(enhancements_put_geocode_shares_groups)
239224
export(enhancements_put_geocode_shares_users)
240-
export(enhancements_put_table_deduplication)
225+
export(exports_get_files_csv)
241226
export(exports_list)
227+
export(exports_patch_files_csv)
228+
export(exports_post_files_csv)
229+
export(exports_put_files_csv)
230+
export(exports_put_files_csv_archive)
242231
export(feature_flags_delete_groups)
243232
export(feature_flags_delete_users)
244233
export(feature_flags_get)
@@ -260,11 +249,13 @@ export(files_get)
260249
export(files_get_preprocess_csv)
261250
export(files_list_projects)
262251
export(files_list_shares)
252+
export(files_patch)
263253
export(files_patch_preprocess_csv)
264254
export(files_post)
265255
export(files_post_multipart)
266256
export(files_post_multipart_complete)
267257
export(files_post_preprocess_csv)
258+
export(files_put)
268259
export(files_put_preprocess_csv)
269260
export(files_put_preprocess_csv_archive)
270261
export(files_put_projects)
@@ -420,13 +411,8 @@ export(models_list_projects)
420411
export(models_list_schedules)
421412
export(models_list_shares)
422413
export(models_list_types)
423-
export(models_patch)
424-
export(models_post)
425-
export(models_post_builds)
426414
export(models_put_archive)
427-
export(models_put_predictions)
428415
export(models_put_projects)
429-
export(models_put_schedules)
430416
export(models_put_shares_groups)
431417
export(models_put_shares_users)
432418
export(notebooks_delete)
@@ -458,16 +444,9 @@ export(notebooks_put_shares_groups)
458444
export(notebooks_put_shares_users)
459445
export(notifications_list)
460446
export(ontology_list)
461-
export(predictions_delete_runs)
462447
export(predictions_get)
463-
export(predictions_get_runs)
464448
export(predictions_list)
465-
export(predictions_list_runs)
466-
export(predictions_list_runs_logs)
467449
export(predictions_list_schedules)
468-
export(predictions_patch)
469-
export(predictions_post_runs)
470-
export(predictions_put_schedules)
471450
export(projects_delete)
472451
export(projects_delete_parent_projects)
473452
export(projects_delete_shares_groups)
@@ -745,17 +724,12 @@ export(tables_delete_projects)
745724
export(tables_get)
746725
export(tables_get_enhancements_cass_ncoa)
747726
export(tables_get_enhancements_geocodings)
748-
export(tables_get_enhancements_prepared_matchings)
749-
export(tables_get_enhancements_table_matchings)
750727
export(tables_list)
751728
export(tables_list_columns)
752729
export(tables_list_projects)
753730
export(tables_patch)
754-
export(tables_post_enhance)
755731
export(tables_post_enhancements_cass_ncoa)
756732
export(tables_post_enhancements_geocodings)
757-
export(tables_post_enhancements_prepared_matchings)
758-
export(tables_post_enhancements_table_matchings)
759733
export(tables_post_refresh)
760734
export(tables_post_scan)
761735
export(tables_put_projects)

0 commit comments

Comments
 (0)