Skip to content

Commit

Permalink
API changes for release_2023.11.29
Browse files Browse the repository at this point in the history
  • Loading branch information
rockset-io committed Dec 14, 2023
1 parent be29123 commit 9625d67
Show file tree
Hide file tree
Showing 219 changed files with 1,143 additions and 340 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Rockset Java Client Changelog

## v0.11.4 2023-12-14
- TODO

## v0.10.3 2023-09-19
- Fix async calls with okhttp3
- Support the latest Rockset API endpoints and improvements
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<artifactId>rockset-java</artifactId>
<packaging>jar</packaging>
<name>Rockset Java</name>
<version>0.10.4-SNAPSHOT</version>
<version>0.11.4-SNAPSHOT</version>
<url>https://github.com/rockset/rockset-java-client</url>
<description>The official Rockset Java client library</description>
<scm>
Expand Down Expand Up @@ -143,7 +143,7 @@
<configuration>
<archive>
<manifestEntries>
<Implementation-Version>0.10.4</Implementation-Version>
<Implementation-Version>0.11.4</Implementation-Version>
<Implementation-Vendor>Rockset</Implementation-Vendor>
</manifestEntries>
</archive>
Expand Down
1 change: 0 additions & 1 deletion src/main/java/com/rockset/client/ApiClient.java
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@ public ApiClient() {

// Setup authentications (key: authentication name, value: authentication).
authentications = new HashMap<String, Authentication>();
authentications.put("ApiKeyAuth", new ApiKeyAuth("header", "Authorization"));
// Prevent the authentications from being modified.
authentications = Collections.unmodifiableMap(authentications);
}
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/rockset/client/ApiException.java
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
import java.util.Map;
import java.util.List;

@javax.annotation.Generated(value = "io.swagger.codegen.languages.JavaClientCodegen", date = "2023-09-19T15:55:29.974-07:00")
@javax.annotation.Generated(value = "io.swagger.codegen.languages.JavaClientCodegen", date = "2023-12-14T01:21:30.506Z")
public class ApiException extends Exception {
private int code = 0;
private Map<String, List<String>> responseHeaders = null;
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/rockset/client/Configuration.java
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

package com.rockset.client;

@javax.annotation.Generated(value = "io.swagger.codegen.languages.JavaClientCodegen", date = "2023-09-19T15:55:29.974-07:00")
@javax.annotation.Generated(value = "io.swagger.codegen.languages.JavaClientCodegen", date = "2023-12-14T01:21:30.506Z")
public class Configuration {
private static ApiClient defaultApiClient = new ApiClient();

Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/rockset/client/Pair.java
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

package com.rockset.client;

@javax.annotation.Generated(value = "io.swagger.codegen.languages.JavaClientCodegen", date = "2023-09-19T15:55:29.974-07:00")
@javax.annotation.Generated(value = "io.swagger.codegen.languages.JavaClientCodegen", date = "2023-12-14T01:21:30.506Z")
public class Pair {
private String name = "";
private String value = "";
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/rockset/client/StringUtil.java
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

package com.rockset.client;

@javax.annotation.Generated(value = "io.swagger.codegen.languages.JavaClientCodegen", date = "2023-09-19T15:55:29.974-07:00")
@javax.annotation.Generated(value = "io.swagger.codegen.languages.JavaClientCodegen", date = "2023-12-14T01:21:30.506Z")
public class StringUtil {
/**
* Check if the given array contains the given value (with case-insensitive comparison).
Expand Down
12 changes: 6 additions & 6 deletions src/main/java/com/rockset/client/api/AliasesApi.java
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ public okhttp3.Response intercept(okhttp3.Interceptor.Chain chain) throws IOExce
}).build());
}

String[] localVarAuthNames = new String[] { "ApiKeyAuth" };
String[] localVarAuthNames = new String[] { };
return apiClient.buildCall(localVarPath, "POST", localVarQueryParams, localVarCollectionQueryParams, localVarPostBody, localVarHeaderParams, localVarFormParams, localVarAuthNames, progressRequestListener);
}

Expand Down Expand Up @@ -239,7 +239,7 @@ public okhttp3.Response intercept(okhttp3.Interceptor.Chain chain) throws IOExce
}).build());
}

String[] localVarAuthNames = new String[] { "ApiKeyAuth" };
String[] localVarAuthNames = new String[] { };
return apiClient.buildCall(localVarPath, "DELETE", localVarQueryParams, localVarCollectionQueryParams, localVarPostBody, localVarHeaderParams, localVarFormParams, localVarAuthNames, progressRequestListener);
}

Expand Down Expand Up @@ -372,7 +372,7 @@ public okhttp3.Response intercept(okhttp3.Interceptor.Chain chain) throws IOExce
}).build());
}

String[] localVarAuthNames = new String[] { "ApiKeyAuth" };
String[] localVarAuthNames = new String[] { };
return apiClient.buildCall(localVarPath, "GET", localVarQueryParams, localVarCollectionQueryParams, localVarPostBody, localVarHeaderParams, localVarFormParams, localVarAuthNames, progressRequestListener);
}

Expand Down Expand Up @@ -501,7 +501,7 @@ public okhttp3.Response intercept(okhttp3.Interceptor.Chain chain) throws IOExce
}).build());
}

String[] localVarAuthNames = new String[] { "ApiKeyAuth" };
String[] localVarAuthNames = new String[] { };
return apiClient.buildCall(localVarPath, "GET", localVarQueryParams, localVarCollectionQueryParams, localVarPostBody, localVarHeaderParams, localVarFormParams, localVarAuthNames, progressRequestListener);
}

Expand Down Expand Up @@ -619,7 +619,7 @@ public okhttp3.Response intercept(okhttp3.Interceptor.Chain chain) throws IOExce
}).build());
}

String[] localVarAuthNames = new String[] { "ApiKeyAuth" };
String[] localVarAuthNames = new String[] { };
return apiClient.buildCall(localVarPath, "POST", localVarQueryParams, localVarCollectionQueryParams, localVarPostBody, localVarHeaderParams, localVarFormParams, localVarAuthNames, progressRequestListener);
}

Expand Down Expand Up @@ -758,7 +758,7 @@ public okhttp3.Response intercept(okhttp3.Interceptor.Chain chain) throws IOExce
}).build());
}

String[] localVarAuthNames = new String[] { "ApiKeyAuth" };
String[] localVarAuthNames = new String[] { };
return apiClient.buildCall(localVarPath, "GET", localVarQueryParams, localVarCollectionQueryParams, localVarPostBody, localVarHeaderParams, localVarFormParams, localVarAuthNames, progressRequestListener);
}

Expand Down
10 changes: 5 additions & 5 deletions src/main/java/com/rockset/client/api/ApiKeysApi.java
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ public okhttp3.Response intercept(okhttp3.Interceptor.Chain chain) throws IOExce
}).build());
}

String[] localVarAuthNames = new String[] { "ApiKeyAuth" };
String[] localVarAuthNames = new String[] { };
return apiClient.buildCall(localVarPath, "POST", localVarQueryParams, localVarCollectionQueryParams, localVarPostBody, localVarHeaderParams, localVarFormParams, localVarAuthNames, progressRequestListener);
}

Expand Down Expand Up @@ -230,7 +230,7 @@ public okhttp3.Response intercept(okhttp3.Interceptor.Chain chain) throws IOExce
}).build());
}

String[] localVarAuthNames = new String[] { "ApiKeyAuth" };
String[] localVarAuthNames = new String[] { };
return apiClient.buildCall(localVarPath, "DELETE", localVarQueryParams, localVarCollectionQueryParams, localVarPostBody, localVarHeaderParams, localVarFormParams, localVarAuthNames, progressRequestListener);
}

Expand Down Expand Up @@ -366,7 +366,7 @@ public okhttp3.Response intercept(okhttp3.Interceptor.Chain chain) throws IOExce
}).build());
}

String[] localVarAuthNames = new String[] { "ApiKeyAuth" };
String[] localVarAuthNames = new String[] { };
return apiClient.buildCall(localVarPath, "GET", localVarQueryParams, localVarCollectionQueryParams, localVarPostBody, localVarHeaderParams, localVarFormParams, localVarAuthNames, progressRequestListener);
}

Expand Down Expand Up @@ -500,7 +500,7 @@ public okhttp3.Response intercept(okhttp3.Interceptor.Chain chain) throws IOExce
}).build());
}

String[] localVarAuthNames = new String[] { "ApiKeyAuth" };
String[] localVarAuthNames = new String[] { };
return apiClient.buildCall(localVarPath, "GET", localVarQueryParams, localVarCollectionQueryParams, localVarPostBody, localVarHeaderParams, localVarFormParams, localVarAuthNames, progressRequestListener);
}

Expand Down Expand Up @@ -626,7 +626,7 @@ public okhttp3.Response intercept(okhttp3.Interceptor.Chain chain) throws IOExce
}).build());
}

String[] localVarAuthNames = new String[] { "ApiKeyAuth" };
String[] localVarAuthNames = new String[] { };
return apiClient.buildCall(localVarPath, "POST", localVarQueryParams, localVarCollectionQueryParams, localVarPostBody, localVarHeaderParams, localVarFormParams, localVarAuthNames, progressRequestListener);
}

Expand Down
14 changes: 7 additions & 7 deletions src/main/java/com/rockset/client/api/CollectionsApi.java
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ public okhttp3.Response intercept(okhttp3.Interceptor.Chain chain) throws IOExce
}).build());
}

String[] localVarAuthNames = new String[] { "ApiKeyAuth" };
String[] localVarAuthNames = new String[] { };
return apiClient.buildCall(localVarPath, "POST", localVarQueryParams, localVarCollectionQueryParams, localVarPostBody, localVarHeaderParams, localVarFormParams, localVarAuthNames, progressRequestListener);
}

Expand Down Expand Up @@ -241,7 +241,7 @@ public okhttp3.Response intercept(okhttp3.Interceptor.Chain chain) throws IOExce
}).build());
}

String[] localVarAuthNames = new String[] { "ApiKeyAuth" };
String[] localVarAuthNames = new String[] { };
return apiClient.buildCall(localVarPath, "DELETE", localVarQueryParams, localVarCollectionQueryParams, localVarPostBody, localVarHeaderParams, localVarFormParams, localVarAuthNames, progressRequestListener);
}

Expand Down Expand Up @@ -374,7 +374,7 @@ public okhttp3.Response intercept(okhttp3.Interceptor.Chain chain) throws IOExce
}).build());
}

String[] localVarAuthNames = new String[] { "ApiKeyAuth" };
String[] localVarAuthNames = new String[] { };
return apiClient.buildCall(localVarPath, "GET", localVarQueryParams, localVarCollectionQueryParams, localVarPostBody, localVarHeaderParams, localVarFormParams, localVarAuthNames, progressRequestListener);
}

Expand Down Expand Up @@ -508,7 +508,7 @@ public okhttp3.Response intercept(okhttp3.Interceptor.Chain chain) throws IOExce
}).build());
}

String[] localVarAuthNames = new String[] { "ApiKeyAuth" };
String[] localVarAuthNames = new String[] { };
return apiClient.buildCall(localVarPath, "POST", localVarQueryParams, localVarCollectionQueryParams, localVarPostBody, localVarHeaderParams, localVarFormParams, localVarAuthNames, progressRequestListener);
}

Expand Down Expand Up @@ -645,7 +645,7 @@ public okhttp3.Response intercept(okhttp3.Interceptor.Chain chain) throws IOExce
}).build());
}

String[] localVarAuthNames = new String[] { "ApiKeyAuth" };
String[] localVarAuthNames = new String[] { };
return apiClient.buildCall(localVarPath, "GET", localVarQueryParams, localVarCollectionQueryParams, localVarPostBody, localVarHeaderParams, localVarFormParams, localVarAuthNames, progressRequestListener);
}

Expand Down Expand Up @@ -763,7 +763,7 @@ public okhttp3.Response intercept(okhttp3.Interceptor.Chain chain) throws IOExce
}).build());
}

String[] localVarAuthNames = new String[] { "ApiKeyAuth" };
String[] localVarAuthNames = new String[] { };
return apiClient.buildCall(localVarPath, "PUT", localVarQueryParams, localVarCollectionQueryParams, localVarPostBody, localVarHeaderParams, localVarFormParams, localVarAuthNames, progressRequestListener);
}

Expand Down Expand Up @@ -902,7 +902,7 @@ public okhttp3.Response intercept(okhttp3.Interceptor.Chain chain) throws IOExce
}).build());
}

String[] localVarAuthNames = new String[] { "ApiKeyAuth" };
String[] localVarAuthNames = new String[] { };
return apiClient.buildCall(localVarPath, "GET", localVarQueryParams, localVarCollectionQueryParams, localVarPostBody, localVarHeaderParams, localVarFormParams, localVarAuthNames, progressRequestListener);
}

Expand Down
10 changes: 5 additions & 5 deletions src/main/java/com/rockset/client/api/CustomRolesApi.java
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ public okhttp3.Response intercept(okhttp3.Interceptor.Chain chain) throws IOExce
}).build());
}

String[] localVarAuthNames = new String[] { "ApiKeyAuth" };
String[] localVarAuthNames = new String[] { };
return apiClient.buildCall(localVarPath, "POST", localVarQueryParams, localVarCollectionQueryParams, localVarPostBody, localVarHeaderParams, localVarFormParams, localVarAuthNames, progressRequestListener);
}

Expand Down Expand Up @@ -225,7 +225,7 @@ public okhttp3.Response intercept(okhttp3.Interceptor.Chain chain) throws IOExce
}).build());
}

String[] localVarAuthNames = new String[] { "ApiKeyAuth" };
String[] localVarAuthNames = new String[] { };
return apiClient.buildCall(localVarPath, "DELETE", localVarQueryParams, localVarCollectionQueryParams, localVarPostBody, localVarHeaderParams, localVarFormParams, localVarAuthNames, progressRequestListener);
}

Expand Down Expand Up @@ -348,7 +348,7 @@ public okhttp3.Response intercept(okhttp3.Interceptor.Chain chain) throws IOExce
}).build());
}

String[] localVarAuthNames = new String[] { "ApiKeyAuth" };
String[] localVarAuthNames = new String[] { };
return apiClient.buildCall(localVarPath, "GET", localVarQueryParams, localVarCollectionQueryParams, localVarPostBody, localVarHeaderParams, localVarFormParams, localVarAuthNames, progressRequestListener);
}

Expand Down Expand Up @@ -469,7 +469,7 @@ public okhttp3.Response intercept(okhttp3.Interceptor.Chain chain) throws IOExce
}).build());
}

String[] localVarAuthNames = new String[] { "ApiKeyAuth" };
String[] localVarAuthNames = new String[] { };
return apiClient.buildCall(localVarPath, "GET", localVarQueryParams, localVarCollectionQueryParams, localVarPostBody, localVarHeaderParams, localVarFormParams, localVarAuthNames, progressRequestListener);
}

Expand Down Expand Up @@ -585,7 +585,7 @@ public okhttp3.Response intercept(okhttp3.Interceptor.Chain chain) throws IOExce
}).build());
}

String[] localVarAuthNames = new String[] { "ApiKeyAuth" };
String[] localVarAuthNames = new String[] { };
return apiClient.buildCall(localVarPath, "POST", localVarQueryParams, localVarCollectionQueryParams, localVarPostBody, localVarHeaderParams, localVarFormParams, localVarAuthNames, progressRequestListener);
}

Expand Down
6 changes: 3 additions & 3 deletions src/main/java/com/rockset/client/api/DocumentsApi.java
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ public okhttp3.Response intercept(okhttp3.Interceptor.Chain chain) throws IOExce
}).build());
}

String[] localVarAuthNames = new String[] { "ApiKeyAuth" };
String[] localVarAuthNames = new String[] { };
return apiClient.buildCall(localVarPath, "POST", localVarQueryParams, localVarCollectionQueryParams, localVarPostBody, localVarHeaderParams, localVarFormParams, localVarAuthNames, progressRequestListener);
}

Expand Down Expand Up @@ -250,7 +250,7 @@ public okhttp3.Response intercept(okhttp3.Interceptor.Chain chain) throws IOExce
}).build());
}

String[] localVarAuthNames = new String[] { "ApiKeyAuth" };
String[] localVarAuthNames = new String[] { };
return apiClient.buildCall(localVarPath, "DELETE", localVarQueryParams, localVarCollectionQueryParams, localVarPostBody, localVarHeaderParams, localVarFormParams, localVarAuthNames, progressRequestListener);
}

Expand Down Expand Up @@ -392,7 +392,7 @@ public okhttp3.Response intercept(okhttp3.Interceptor.Chain chain) throws IOExce
}).build());
}

String[] localVarAuthNames = new String[] { "ApiKeyAuth" };
String[] localVarAuthNames = new String[] { };
return apiClient.buildCall(localVarPath, "PATCH", localVarQueryParams, localVarCollectionQueryParams, localVarPostBody, localVarHeaderParams, localVarFormParams, localVarAuthNames, progressRequestListener);
}

Expand Down
10 changes: 5 additions & 5 deletions src/main/java/com/rockset/client/api/IntegrationsApi.java
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ public okhttp3.Response intercept(okhttp3.Interceptor.Chain chain) throws IOExce
}).build());
}

String[] localVarAuthNames = new String[] { "ApiKeyAuth" };
String[] localVarAuthNames = new String[] { };
return apiClient.buildCall(localVarPath, "POST", localVarQueryParams, localVarCollectionQueryParams, localVarPostBody, localVarHeaderParams, localVarFormParams, localVarAuthNames, progressRequestListener);
}

Expand Down Expand Up @@ -228,7 +228,7 @@ public okhttp3.Response intercept(okhttp3.Interceptor.Chain chain) throws IOExce
}).build());
}

String[] localVarAuthNames = new String[] { "ApiKeyAuth" };
String[] localVarAuthNames = new String[] { };
return apiClient.buildCall(localVarPath, "DELETE", localVarQueryParams, localVarCollectionQueryParams, localVarPostBody, localVarHeaderParams, localVarFormParams, localVarAuthNames, progressRequestListener);
}

Expand Down Expand Up @@ -351,7 +351,7 @@ public okhttp3.Response intercept(okhttp3.Interceptor.Chain chain) throws IOExce
}).build());
}

String[] localVarAuthNames = new String[] { "ApiKeyAuth" };
String[] localVarAuthNames = new String[] { };
return apiClient.buildCall(localVarPath, "GET", localVarQueryParams, localVarCollectionQueryParams, localVarPostBody, localVarHeaderParams, localVarFormParams, localVarAuthNames, progressRequestListener);
}

Expand Down Expand Up @@ -472,7 +472,7 @@ public okhttp3.Response intercept(okhttp3.Interceptor.Chain chain) throws IOExce
}).build());
}

String[] localVarAuthNames = new String[] { "ApiKeyAuth" };
String[] localVarAuthNames = new String[] { };
return apiClient.buildCall(localVarPath, "GET", localVarQueryParams, localVarCollectionQueryParams, localVarPostBody, localVarHeaderParams, localVarFormParams, localVarAuthNames, progressRequestListener);
}

Expand Down Expand Up @@ -588,7 +588,7 @@ public okhttp3.Response intercept(okhttp3.Interceptor.Chain chain) throws IOExce
}).build());
}

String[] localVarAuthNames = new String[] { "ApiKeyAuth" };
String[] localVarAuthNames = new String[] { };
return apiClient.buildCall(localVarPath, "PUT", localVarQueryParams, localVarCollectionQueryParams, localVarPostBody, localVarHeaderParams, localVarFormParams, localVarAuthNames, progressRequestListener);
}

Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/rockset/client/api/OrganizationsApi.java
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ public okhttp3.Response intercept(okhttp3.Interceptor.Chain chain) throws IOExce
}).build());
}

String[] localVarAuthNames = new String[] { "ApiKeyAuth" };
String[] localVarAuthNames = new String[] { };
return apiClient.buildCall(localVarPath, "GET", localVarQueryParams, localVarCollectionQueryParams, localVarPostBody, localVarHeaderParams, localVarFormParams, localVarAuthNames, progressRequestListener);
}

Expand Down
Loading

0 comments on commit 9625d67

Please sign in to comment.