Releases: Sanketika-Obsrv/obsrv-api-service
Releases · Sanketika-Obsrv/obsrv-api-service
v1.3.0-RC
1.2.0-otel
What's Changed
- #OBS-I352 : updated swagger doc by @yashashkumar in #280
- Merge conflicts Resolve by @manjudr in #281
- #OBS-I352: feat: Postman collection of open source apis by @JeraldJF in #282
- #000: Obsrv Installation Documentation - 1.2.0-RC by @manjudr in #283
- Updated swagger doc by @yashashkumar in #284
- Open Telemetry Integration by @manjudr in #285
- #OBS-I338 spark worker fixes by @ravismula in #286
- Open Telemetry Changes by @manjudr in #287
Full Changelog: 1.2.0-RC...1.2.0-otel
v1.2.0-RC
What's Changed
- fix: Stop the connectors specific to the dataset. by @SurabhiAngadi in #266
- #OBS-I289 fix: Fix flink and spark connector deployments by @anandp504 in #267
- #OBS-I307 - revert the code as this is fixed from the front end by @SanthoshVasabhaktula in #268
- fix for object-store-connector cron by @ravismula in #269
- Fixed merging defaults issue in dataset_config section and changed type to datalake from hudi by @yashashkumar in #270
- #OBS-I330 : Using dataset v2 export api while publishing by @yashashkumar in #271
- Hudi fixes by @yashashkumar in #272
- fix: update connector instance id when inserting to db by @SurabhiAngadi in #273
- Hudi fixes by @yashashkumar in #274
- #OBS-I335: hudi spec fix by @JeraldJF in #275
- append base64 prefix upon connector register by @ravismula in #277
- #OBS-I335: dataset update fix by @JeraldJF in #276
- Data mapping fix by @HarishGangula in #278
- #OBS-I335: hudi spec fix by @JeraldJF in #279
Full Changelog: 1.2.0.1...1.2.0-RC
1.2.0.1
What's Changed
- Release 1.3.1 into main by @manjudr in #67
- Release 1.3.1 into main by @manjudr in #68
- Release 1.3.1 into main by @manjudr in #69
- Release-1.0.0-GA to Main by @pveleneni in #73
- 1.0.1-GA to Main (#83) by @ravismula in #84
- 1.0.2-GA to main by @manjudr in #94
- Release-1.3.0-GA by @manjudr in #98
- Added default dataset_config for dataset by @HarishGangula in #99
- Sanketika-Obsrv/issue-tracker#14: feat: validate sql query by @shreyasb22 in #100
- Release 1.0.4-GA by @manjudr in #105
- Issue #304 datasource configuration changes to support Hudi schema. by @GayathriSrividya in #111
- Issue #304 Modified required fields for datasource create API request by @GayathriSrividya in #112
- Configure the vuln scan for obsrv-api-service by @divyagovindaiah in #117
- Revert "Issue #304 Modified required fields for datasource create API request" by @GayathriSrividya in #121
- Revert "Issue #304 datasource configuration changes to support Hudi schema." by @GayathriSrividya in #122
- Release 1.0.5-GA by @ravismula in #147
- Schema validator api by @yashashkumar in #159
- Sanketika-Obsrv/issue-tracker#180 feat: API changes to support hudi changes in obsrv by @GayathriSrividya in #160
- Release 1.0.6-GA merge fix by @HarishGangula in #164
- Release 1.0.6-GA by @ravismula in #163
- Updated the alpine package versions by @HarishGangula in #165
- Develop by @manjudr in #166
- Query api fix incase of lakehouse by @GayathriSrividya in #169
- Query API fixes by @GayathriSrividya in #170
- Sanketika-Obsrv/issue-tracker#234: test case fixes by @JeraldJF in #172
- Sanketika-Obsrv/issue-tracker#234: api side changes for web console integration by @JeraldJF in #173
- Adding the v2 APIs with V1 by @HarishGangula in #171
- Sanketika-Obsrv/issue-tracker#234: status transition api changes by @JeraldJF in #174
- Sanketika-Obsrv/issue-tracker#234: fix: lint fixes by @JeraldJF in #175
- Modified logic where replacing datasource with ref by @GayathriSrividya in #177
- Added api_version to datasets draft table by @HarishGangula in #178
- Sanketika-Obsrv/issue-tracker#234: changes for api integration by @JeraldJF in #179
- Added Log4J and fixed the Bugs of web console integration by @HarishGangula in #180
- Sanketika-Obsrv/issue-tracker#234: fix: schema changes in update api by @JeraldJF in #181
- Sanketika-Obsrv/issue-tracker#234: schema changes by @JeraldJF in #182
- Sanketika-Obsrv/issue-tracker#234: update fix by @JeraldJF in #183
- Sanketika-Obsrv/issue-tracker#234: adding max connection pool to sequ… by @JeraldJF in #184
- Sanketika-Obsrv/issue-tracker#234: transaction management removed by @JeraldJF in #185
- Sanketika-Obsrv/issue-tracker#234: changes from id to dataset_id with version removed by @JeraldJF in #186
- Sanketika-Obsrv/issue-tracker#OBS-143: Read api changes to accept mode=edit by @JeraldJF in #187
- Sanketika-obsrv/issue-tracker: #OBS-139: added extra fields to schema by @yashashkumar in #188
- Sanketika-Obsrv/issue-tracker#OBS-143: changes in generating updated … by @JeraldJF in #189
- Sanketika-obsrv/Issue-tracker #OBS-139: added cretentials for aws by @yashashkumar in #190
- Sanketika-obsrv/Issue-tracker #OBS-139: added data mapping to jsonSchema by @yashashkumar in #192
- Sanketika-Obsrv/issue-tracker#OBS-143: fix: set denorm fields to empty on reupload schema by @JeraldJF in #191
- Sanketika-Obsrv/issue-tracker#OBS-143: feat: Transaction management and swagger doc for v2 apis by @JeraldJF in #194
- Dataset Health API by @HarishGangula in #195
- Sanketika-Obsrv/issue-tracker#OBS-151: feat: Generate ingestion spec before publish dataset by @JeraldJF in #197
- Sanketika-Obsrv/issue-tracker#OBS-151: dataset create and update schema for file_upload_path prop support by @JeraldJF in #199
- #OBS-I116: Dataset CRUD APIs test and fixes by @JeraldJF in #201
- #OBS-I116: Dataset create api fixes by @JeraldJF in #204
- Swagger documentation by @yashashkumar in #205
- #OBS-I58 feat: Minio cloud store support by @HarishGangula in #206
- #OBS-I116: feat: Dataschema api implementation v2 by @JeraldJF in #208
- #OBS-I126: updated swagger doc by @yashashkumar in #207
- #OBS-I116: Dataset CRUD apis test fixes by @JeraldJF in #202
- Connector registry stream upload by @yashashkumar in #196
- #OBS-I116: Dataset CRUD api fixes by @JeraldJF in #209
- dataset health by @HarishGangula in #210
- #OBS-I116: fix: Command api and schema fixes by @JeraldJF in #211
- Health reset api by @HarishGangula in #212
- #OBS-I116: fix: feat: Dataset copy and export api implementation by @JeraldJF in #213
- #OBS-I142:Connector list api by @Rakshitha-D in #216
- #OBS-I116: feat: Dataset import api implementation by @JeraldJF in #214
- #OBS-I142: Connector list api swagger doc and postman collection by @Rakshitha-D in #218
- #OBS-I142: added test cases for connector list by @Rakshitha-D in #220
- #OBS-I116: feat: Dataset Import and export api integration fixes by @JeraldJF in #219
- V2 api fix (denorm fix) by @yashashkumar in #217
- #OBS-I145: Connector Read api by @Rakshitha-D in #221
- #OBS-I145: Connector Read api test cases by @Rakshitha-D in #222
- #OBS-I116: feat: Dataset import api fixes by @JeraldJF in #224
- #OBS-I116: feat: Dataset migratio method fix by @JeraldJF in #229
- #OBS-I141: V2api metrics telemetry by @Rakshitha-D in #230
- Issue #SBCOSS-12 fix: convert all SQL raw queries to prepared statements by @AniketSaki in #232
- #OBS-I173: fix: Dataset update changes to accept type changes by @JeraldJF in #234
- #OBS-I146: fix: Test case and linting fix by @JeraldJF in #233
- Issue #OBS-I144 fix: ico...
v1.1.0-RC
What's Changed
- Added default dataset_config for dataset by @HarishGangula in #99
- Sanketika-Obsrv/issue-tracker#14: feat: validate sql query by @shreyasb22 in #100
- Issue #304 datasource configuration changes to support Hudi schema. by @GayathriSrividya in #111
- Issue #304 Modified required fields for datasource create API request by @GayathriSrividya in #112
- Configure the vuln scan for obsrv-api-service by @divyagovindaiah in #117
- Revert "Issue #304 Modified required fields for datasource create API request" by @GayathriSrividya in #121
- Revert "Issue #304 datasource configuration changes to support Hudi schema." by @GayathriSrividya in #122
- Schema validator api by @yashashkumar in #159
- Sanketika-Obsrv/issue-tracker#180 feat: API changes to support hudi changes in obsrv by @GayathriSrividya in #160
- Release 1.0.6-GA merge fix by @HarishGangula in #164
- Updated the alpine package versions by @HarishGangula in #165
- Query api fix incase of lakehouse by @GayathriSrividya in #169
- Query API fixes by @GayathriSrividya in #170
- Sanketika-Obsrv/issue-tracker#234: test case fixes by @JeraldJF in #172
- Sanketika-Obsrv/issue-tracker#234: api side changes for web console integration by @JeraldJF in #173
- Adding the v2 APIs with V1 by @HarishGangula in #171
- Sanketika-Obsrv/issue-tracker#234: status transition api changes by @JeraldJF in #174
- Sanketika-Obsrv/issue-tracker#234: fix: lint fixes by @JeraldJF in #175
- Modified logic where replacing datasource with ref by @GayathriSrividya in #177
- Added api_version to datasets draft table by @HarishGangula in #178
- Sanketika-Obsrv/issue-tracker#234: changes for api integration by @JeraldJF in #179
- Added Log4J and fixed the Bugs of web console integration by @HarishGangula in #180
- Sanketika-Obsrv/issue-tracker#234: fix: schema changes in update api by @JeraldJF in #181
- Sanketika-Obsrv/issue-tracker#234: schema changes by @JeraldJF in #182
- Sanketika-Obsrv/issue-tracker#234: update fix by @JeraldJF in #183
- Sanketika-Obsrv/issue-tracker#234: adding max connection pool to sequ… by @JeraldJF in #184
- Sanketika-Obsrv/issue-tracker#234: transaction management removed by @JeraldJF in #185
- Sanketika-Obsrv/issue-tracker#234: changes from id to dataset_id with version removed by @JeraldJF in #186
- Sanketika-Obsrv/issue-tracker#OBS-143: Read api changes to accept mode=edit by @JeraldJF in #187
- Sanketika-obsrv/issue-tracker: #OBS-139: added extra fields to schema by @yashashkumar in #188
- Sanketika-Obsrv/issue-tracker#OBS-143: changes in generating updated … by @JeraldJF in #189
- Sanketika-obsrv/Issue-tracker #OBS-139: added cretentials for aws by @yashashkumar in #190
- Sanketika-obsrv/Issue-tracker #OBS-139: added data mapping to jsonSchema by @yashashkumar in #192
- Sanketika-Obsrv/issue-tracker#OBS-143: fix: set denorm fields to empty on reupload schema by @JeraldJF in #191
- Sanketika-Obsrv/issue-tracker#OBS-143: feat: Transaction management and swagger doc for v2 apis by @JeraldJF in #194
- Dataset Health API by @HarishGangula in #195
- Sanketika-Obsrv/issue-tracker#OBS-151: feat: Generate ingestion spec before publish dataset by @JeraldJF in #197
- Sanketika-Obsrv/issue-tracker#OBS-151: dataset create and update schema for file_upload_path prop support by @JeraldJF in #199
- #OBS-I116: Dataset CRUD APIs test and fixes by @JeraldJF in #201
- #OBS-I116: Dataset create api fixes by @JeraldJF in #204
- Swagger documentation by @yashashkumar in #205
- #OBS-I58 feat: Minio cloud store support by @HarishGangula in #206
- #OBS-I116: feat: Dataschema api implementation v2 by @JeraldJF in #208
- #OBS-I126: updated swagger doc by @yashashkumar in #207
- #OBS-I116: Dataset CRUD apis test fixes by @JeraldJF in #202
- Connector registry stream upload by @yashashkumar in #196
- #OBS-I116: Dataset CRUD api fixes by @JeraldJF in #209
- dataset health by @HarishGangula in #210
- #OBS-I116: fix: Command api and schema fixes by @JeraldJF in #211
- Health reset api by @HarishGangula in #212
- #OBS-I116: fix: feat: Dataset copy and export api implementation by @JeraldJF in #213
- #OBS-I142:Connector list api by @Rakshitha-D in #216
- #OBS-I116: feat: Dataset import api implementation by @JeraldJF in #214
- #OBS-I142: Connector list api swagger doc and postman collection by @Rakshitha-D in #218
- #OBS-I142: added test cases for connector list by @Rakshitha-D in #220
- #OBS-I116: feat: Dataset Import and export api integration fixes by @JeraldJF in #219
- V2 api fix (denorm fix) by @yashashkumar in #217
- #OBS-I145: Connector Read api by @Rakshitha-D in #221
- #OBS-I145: Connector Read api test cases by @Rakshitha-D in #222
- #OBS-I116: feat: Dataset import api fixes by @JeraldJF in #224
- #OBS-I116: feat: Dataset migratio method fix by @JeraldJF in #229
- #OBS-I141: V2api metrics telemetry by @Rakshitha-D in #230
- Issue #SBCOSS-12 fix: convert all SQL raw queries to prepared statements by @AniketSaki in #232
- #OBS-I173: fix: Dataset update changes to accept type changes by @JeraldJF in #234
- #OBS-I146: fix: Test case and linting fix by @JeraldJF in #233
- Issue #OBS-I144 fix: icon data as string; check default version by @AniketSaki in #236
- #OBS-I181 - Updated the event structure by @HarishGangula in #237
- V2 apis bug fix by @yashashkumar in #235
- #OBS-I185 : fix: test case fixes by @JeraldJF in #239
- Api access control by @Rakshitha-D in #238
- V2 apis by @ravismula in #240
- 1.0.7 rc by @yashashkumar in #241
- #OBS-I86 : commented routes having regex by @yashashkumar in #243
- #OBS-I222 : Resolved regexp route issue in express version 5 by @yashashkumar in #247
- #OBS-I203: Remove the archived and purged status transition from the AP...
v1.0.6.3-GA
What's Changed
- Dataset id validation and list status fix by @yashashkumar in #226
Full Changelog: 1.0.6.2-GA...1.0.6.3-GA
v1.0.6.2-GA
What's Changed
- Release 1.0.6-GA by @ravismula in #163
- Develop by @manjudr in #166
- #OBS-I119: reading entire table name from the context of request body by @yashashkumar in #203
Full Changelog: 1.0.5-GA...1.0.6.2-GA
v1.0.6.1-GA
What's Changed
- Release 1.0.6-GA by @ravismula in #163
- Develop by @manjudr in #166
Full Changelog: 1.0.5-GA...1.0.6.1-GA