What’s New in Release 0.13.1
- Freshness Metric has been introduced. Data freshness is defined by how often a table is being updated and the number of rows being affected. All this is displayed within the data profiler with filterable graphs. This is currently supported for BigQuery, Snowflake, and Redshift.
- Data Quality Tests now support Data Lake services.
- Notification Support experience has been improved. Users can define Alerts based on a Trigger (all data assets or a specific entity), Filters (events to consider), and Action (Slack, MS Teams, Email, Webhook) on where to send the alert.
- dbt has its own workflow. Previously, dbt was a part of the metadata ingestion process. This allows users to ingest multiple dbt projects into the same database service.
- Topic Schemas support field descriptions and tags. Previously, they were read-only. We now support JSON Schema, Avro and Protobuf parsing and field level details for topic schemas.
- Data Insight Report has an improved layout. We now display a line graph instead of a bar graph. The Most Viewed Data Assets are clickable to view the asset details page.
- Advanced Search improvements have been made. When a filter is applied, the details of the filter selected are displayed for clarity.
- Side Preview on the Explore page UI is now available for all data assets. Previously it was only displayed for tables.
- Airflow Lineage Operator and the OpenMetadata Hook are now part of the ingestion package. Send Airflow metadata from your DAGs and safely store the OpenMetadata server connection directly in Airflow.
What's Changed
- fix: Docs for Authrizer Ingestion Principals deprecation note by @akash-jain-10 in #8997
- bump(ui): webpack loaders by @Sachin-chaurasiya in #8921
- Check old query users by @harshach in #8998
- Fix minor data insight bug by @TeddyCr in #8999
- Add table query test by @pmbrull in #9000
- UI : fix the search bar issue having quote in the search text by @Ashish8689 in #9012
- Fix BQ Ingestion condition by @ayush-shah in #9015
- Added data insights docs + update profiler CLI to include partition by @TeddyCr in #9010
- Fix #8995 Change any references to Kpi or kpi should be KPI by @Sachin-chaurasiya in #9014
- Feat(UI)#3474: Localization changes part - 1 by @aniketkatkar97 in #9016
- Cypress: Added log1 flow for services spec by @ShaileshParmar11 in #8900
- Return 400 if airflow rest health fails by @pmbrull in #9018
- kpi resource test task done by @07Himank in #9006
- Docs - Bare metal minimum requirements by @pmbrull in #9032
- Fix #8571 - Log IngestionPipeline status change to CloudWatch by @pmbrull in #9013
- chore(ui): remove all todo comments and unwanted types by @chirag-madlani in #8825
- Cypress: Added coverage for collect endpoint by @ShaileshParmar11 in #9027
- Fix #9042: query is being indexed causing huge payload returned by @harshach in #9043
- UI : - Disable the name field file while editing Ingestion by @Ashish8689 in #9023
- Fix 9026 - Remove Click Dependency by @ayush-shah in #9030
- E2E for Bigquery by @ayush-shah in #9007
- Fixes #6760 -- Implements REGEX for regex test by @TeddyCr in #9033
- fix: customOidc env and variable name by @akash-jain-10 in #9050
- fix(ui): localization keys for constants files by @chirag-madlani in #9051
- Fix: atlas connector by @NiharDoshi99 in #9034
- Add micrometer page view metrics by @TeddyCr in #9062
- Added: Postgres env credential in cypress workflow file by @ShaileshParmar11 in #9056
- Bump loader-utils from 2.0.0 to 2.0.4 in /openmetadata-ui/src/main/resources/ui by @dependabot in #9052
- Fix #7486 - Docs - Update OM quickstart version by @pmbrull in #9061
- fixed typo in GKE doc by @TeddyCr in #9063
- Update roadmap for next 3 releases by @harshach in #9036
- Fix logging metadata webhook event by @harshach in #9067
- Fix #8991: Index fully qualified table name for search by @harshach in #9035
- Fix #8579: Add unit test to cover the cases where columnProfile is null or not being sent by client by @harshach in #9038
- Fix #9008 - Add Airflow callback, introduce Workflow Status Mixin and remove retries by @pmbrull in #9049
- removed-whitespace-from-postgres-and-redshift by @codingwithabhi in #8927
- Docs - Postgres version requirements by @pmbrull in #9070
- fix(ui): localisation for constant files by @chirag-madlani in #9066
- Cypress: Added postgres connector and usage test by @ShaileshParmar11 in #9053
- Removed tailwind class from pages component part 1 by @ShaileshParmar11 in #9054
- UI : Remove whitespace in the name by @Ashish8689 in #9057
- Fix Credentials sent via env by @ayush-shah in #9071
- Fix(UI) #8555: Tags removal issue by @aniketkatkar97 in #9055
- Fix#6203: Refactor LineageRunner use by @nahuelverdugo in #9073
- fix(ui): connection form missing for new connectors by @chirag-madlani in #9084
- Fix #8993 Add Datainsight ingestion option available even after a pipeline already running by @Sachin-chaurasiya in #9075
- Bump postgresql from 42.5.0 to 42.5.1 by @dependabot in #8992
- add required fields for amundsen connection by @harshach in #9039
- Cypress: Enable the skip test and fix failing test by @ShaileshParmar11 in #9048
- Fix 9093 : Search Card Link to smoothly route instead of loading the whole page by @Sachin-chaurasiya in #9094
- Fix#7690: Use ES to build Tables FQN when processing Lineage by @nahuelverdugo in #9079
- Fix #8083: Adding a child term to a parent term in glossary produces error by @harshach in #9088
- Fix #8323: GenerateToken can overwrite any relations that user may have by @harshach in #9091
- Fixed ctrl + k is not working as expected #7824 by @ShaileshParmar11 in #9096
- Fix: Safer default Mark Deleted Tables by @MilanBariya in #9065
- Lineage Backend example and status fix by @pmbrull in #9095
- fix(ui): wrong relative time being rendered by @chirag-madlani in #9098
- Fix: dagster issue 'nodes' by @NiharDoshi99 in #9099
- UI : Make the Activity card popup style similar to explore page by @Ashish8689 in #9028
- Cypress: Fixed dropdown click issue for appbar by @ShaileshParmar11 in #9106
- Docs - Python SDK installation by @pmbrull in #9101
- Fixed: [UI] Add support for renaming glossary #8733 by @ShaileshParmar11 in #9105
- Fix #8846 : Replace Confirmation modal with antd modal in the UI -1 by @Sachin-chaurasiya in #9074
- fix(ui): hide elasticSearchIndex page for non-admins by @chirag-madlani in #9077
- fix(ui): tags description was going out of the view by @chirag-madlani in #9120
- UI : Revamp Teams page by @Ashish8689 in #9107
- Fixed Broken docs links for ingestion by @OnkarVO7 in #9125
- Fix #8858 - Add chart description and add lineage flexibility by @pmbrull in #9124
- Cypress: Added test related to redirection from home page by @Ashish8689 in #9112
- Fix #8846 : Replace Reviewer and deploy ingestion modal with antd modal in the UI -2 by @Sachin-chaurasiya in #9076
- UI : Use Backend system level flag for system tags by @Ashish8689 in #9126
- Fix #6463: Add support for default suggestions for suggestion API by @harshach in #9090
- Bump decode-uri-component from 0.2.0 to 0.2.2 in /openmetadata-ui/src/main/resources/ui by @dependabot in #9129
- Add E2E env by @ayush-shah in #9136
- chore(ui) : Check for preferred_username while signup by @Sachin-chaurasiya in #9102
- Fix: aggregate type by @NiharDoshi99 in #9138
- Fix #7056 - Automatic lineage from ML Model to ML Feature Data Source by @pmbrull in #9113
- Fix(UI)#9017: Fixed description not rendering on explore page in Safari browser by @aniketkatkar97 in #9144
- Fix E2E: new envs by @ayush-shah in #9143
- Fix(UI)#8970: Fixed issue with user created Metadata Services not able to be deleted by @aniketkatkar97 in #9140
- UI : Add sidebar for data insight tabs by @Sachin-chaurasiya in #9146
- Fix #9139: Fix shcema filter being added twice to status by @ulixius9 in #9148
- Updated all workflows for issue #9141 by @dhruvinmaniar123 in #9147
- Update AbstractEventPublisher.java by @harshach in #8828
- Fix #9123 - Add owner and tags to Airflow DAGs by @pmbrull in #9135
- Added java distribution by @TeddyCr in #9160
- Track new primary key by @07Himank in #9145
- Fix #8846 : Replace what's new modal modal with antd modal in the UI -3 by @Sachin-chaurasiya in #9081
- Fixed failing flaky cypress tests. by @aniketkatkar97 in #9150
- UI: Added support for renaming user generated tag category by @ShaileshParmar11 in #9154
- Fix : Do not render the slack chat component directly as child of router switch by @Sachin-chaurasiya in #9166
- Fix : Logs screen for data insight pipeline is hanging by @Sachin-chaurasiya in #9165
- Fix #8846 UI: Replace all the modal with antd modal in the UI -4 by @Sachin-chaurasiya in #9086
- Fix(UI)#7173: Fixed issue where soft deleted tables were showing on schema details page by @aniketkatkar97 in #9169
- UI : Remove Y-axis for percentage charts on data insight page by @Sachin-chaurasiya in #9175
- bump(ui) : antd@4.20.6 to antd@4.24.0 by @Sachin-chaurasiya in #9173
- Fixed time field type for profiler by @TeddyCr in #9177
- Fix(UI): Fixed localization keys. by @aniketkatkar97 in #9164
- Fix typos in JSON schemas and follow standard naming convention by @sureshms in #9183
- Fix #9040: Remove fields such as tableQueries, tableProfile, tests, sample data as part of table fields by @harshach in #9041
- UI: Added localisation support for ui by @ShaileshParmar11 in #9171
- Fix #8083: Follow-up fix to add glossary terms by @harshach in #9191
- Fixes #9167 - Default value for SLACK_CHAT_SLACK_URL by @talalio in #9174
- Fixes #7447 -- Add freshness metrics to profiler by @TeddyCr in #9159
- Fix(UI): Fixed UI errors for changes in PR #9183 by @aniketkatkar97 in #9200
- Fix #9156: database service count not showing up in landing page by @harshach in #9157
- Fix: #1308 Docs and Atlas Connector Improvement by @NiharDoshi99 in #9072
- Add: function to get different catalogs by @MilanBariya in #9179
- UI : Data Insight KPI improvements by @Sachin-chaurasiya in #9188
- Fixed lineage search issue and added unit test by @ShaileshParmar11 in #9213
- UI: Add support for showing created and updated information to Glossary Term in the UI #3113 by @ShaileshParmar11 in #9190
- Added SSL Connection steps for Clickhouse connection by @TeddyCr in #9210
- Fix(UI): Fixed tables from all the services showing on database Schema page by @aniketkatkar97 in #9202
- Fix(UI): Regression in search filters by @aniketkatkar97 in #9214
- Solve issues related to actitivity feed by @07Himank in #9199
- Fix #9181 - Handle failed callback status without workflow by @pmbrull in #9193
- locale (ui) : add localization support for UI labels -2 by @Sachin-chaurasiya in #9215
- Fix #9044 - Add prometheus event monitor by @pmbrull in #9176
- feat(ui) : Add search dropdown by @Sachin-chaurasiya in #9122
- Added french translation by @TeddyCr in #9222
- Fixes #9192 - Update ES response for DI by @TeddyCr in #9221
- Added localisation support part 2 by @ShaileshParmar11 in #9220
- Fix #9218: Fix glossary and glossary term deletion updates to ES by @harshach in #9225
- Fix(#9226): do not show error for public IP resolution by @Sachin-chaurasiya in #9230
- Fix(#9137): UI: Delete button not visible for connection options and connection arguments by @Sachin-chaurasiya in #9231
- Fix 7278: add test connection by @ayush-shah in #9196
- Fix #9182 - Airflow Lineage Operator & Airflow lineage state by @pmbrull in #9206
- Add LRU to ES fqn by @ayush-shah in #9233
- Fix #9227: Fix metabase connector to work with non-admin user by @harshach in #9228
- Remove Test case URL encoding by @ayush-shah in #9247
- Schema for Alerts by @mohityadav766 in #9249
- UI :- Added functionality to drag and drop teams in another team by @Ashish8689 in #9152
- Fix Get sample data for e2e tests by @pmbrull in #9252
- Fix (#9238) : Dashboard owner and tags not appearing on dashboard list by @Sachin-chaurasiya in #9250
- UI : fix add owner and tier functionality on Translated entity page by @Ashish8689 in #9244
- Fix #9205 - Fix CustomPipelineConnection java class by @pmbrull in #9243
- Fix deployment docs by @harshach in #9229
- Fix #9116 & #8284 - Clean tableau source, fix ownership, add description and SSL verification by @pmbrull in #9241
- Fix#8424: Remove brackets from tables and schemas on lineage by @nahuelverdugo in #9257
- Airflow APIs - Don't fail if missing IP by @pmbrull in #9253
- Fix #8944: Added pagination logic for PowerBi by @OnkarVO7 in #9263
- Fixes 9192 - Add entity link in response by @TeddyCr in #9239
- Fixes #9025 -- Added deletion of WebAnalytics events in dataInsight Workflow by @TeddyCr in #9208
- fix(ui): add description around filter pattern by @chirag-madlani in #9133
- UI : Added add test suite functionality in test suite page by @Ashish8689 in #9236
- Fixes #8184 Athena Profiler by @TeddyCr in #9270
- Improvements(UI) #9003: Improved explore page advanced search quick filters styling and functionality by @aniketkatkar97 in #9237
- Logic improved for BYTES column by @MilanBariya in #9261
- UI : Fix pagination issue in test case by @Ashish8689 in #9271
- Fixed SQL query missing when a data quality test is edited #8341 by @ShaileshParmar11 in #9268
- Fix#4648: Use ES call to get table entity by @nahuelverdugo in #9273
- feat(ui): localisation for utils and models by @chirag-madlani in #9265
- Fixed API throwing error while fetching soft-deleted MLmodel entity #5596 by @ShaileshParmar11 in #9262
- doc : add missing doc links by @Sachin-chaurasiya in #9280
- fix(#9240) Data Insight Latest Value for Percentage of Entity Description is Not Correct by @Sachin-chaurasiya in #9285
- Fix: added datalake gen2 by @NiharDoshi99 in #9245
- Fix(UI) #9277: Fixed issue with dropdown options not resetting for different drop-downs by @aniketkatkar97 in #9279
- Fix #8509: Add schema fields by @harshach in #9209
- Feat: Add freshness + rows inserted graphs on the UI side#9117 by @ShaileshParmar11 in #9203
- Add Test Suite Implementation for Datalake by @ayush-shah in #9235
- Fix Clickhouse Comments by @ulixius9 in #9295
- Alerts by @mohityadav766 in #9267
- e2e: DataConsumer Role test by @Sachin-chaurasiya in #9298
- Fix #9217: Add Support for Endpoint URL in Datalake by @ulixius9 in #9293
- Fix: Datalake s3 get list of files by @NiharDoshi99 in #9294
- Integrated schema parsers by @OnkarVO7 in #9305
- UI: Data insight feedback part 1 by @ShaileshParmar11 in #9308
- Feat(UI) #8060: Adding highlight for searched items in dropdown. #8060 by @karanh37 in #9307
- Fix (#9087) : Search, show the condition after user applies the Advanced Search by @Sachin-chaurasiya in #9303
- Fix MlModel Lineage edge order by @pmbrull in #9274
- UI : Add localization by @Sachin-chaurasiya in #9309
- Openmetadata workflow issue 9172 by @dhruvinmaniar123 in #9299
- UI: Data-insight feedbacks part 2 by @ShaileshParmar11 in #9313
- fix(ui): cypress failure for webhook, slack, msteams by @chirag-madlani in #9315
- Fixes for Alerts by @mohityadav766 in #9316
- Deprecate configurations for auth provider configuration on Airflow by @nahuelverdugo in #8896
- Fixes #9290 Policies Don't Prevent Custom Properties Modification by … by @sureshms in #9327
- UI/UX improvements part-1 by @Sachin-chaurasiya in #9304
- Fix: Snyk Severity for Delta Spark by @ayush-shah in #9323
- Fix#9251: DB2 connection config and ingestion update by @nahuelverdugo in #9322
- Added percentage computation for tier chart and added functionality of on hover chart will be focus by @ShaileshParmar11 in #9319
- remove norms for ES index mappings by @harshach in #9334
- Fix(UI) #9331: SearchDropdown improvements and bug fixes. by @aniketkatkar97 in #9333
- Fix #9058: Add time elapsed in seconds instead of mili-seconds by @ulixius9 in #9310
- Fix failure in GCS datalake ingestions by @ayush-shah in #9336
- UI : Restricted special character for Glossary and Term by @Ashish8689 in #9288
- UI : Lineage UI improvement by @Ashish8689 in #9312
- UI : fix the required filed issue in Profiler setting Modal by @Ashish8689 in #9337
- Feat(UI) #9204: Added preview panel for all the data assets. by @aniketkatkar97 in #9318
- Created ActivityFeed Alert by @mohityadav766 in #9339
- UI : Clean up data insights summary and KPIs by @Sachin-chaurasiya in #9335
- Dbt worflow by @Ashish8689 in #9302
- UI : downgrade qs@6.11.0 to qs@6.10.3 by @Sachin-chaurasiya in #9338
- UI: update the KPI side text by @Sachin-chaurasiya in #9343
- Fix: Metadata backup Azure blob issue by @MilanBariya in #9328
- Fix #9283: Description and tags are not getting updated for schema fields by @harshach in #9325
- Fix: making token as optional field by @NiharDoshi99 in #9314
- fix(ui): minor improvements around fonts and page sizing by @chirag-madlani in #9332
- Fix: Update Ingestion docker images and fix python libraries dependencies by @nahuelverdugo in #9342
- UI: DataInsight feedback part 4 by @ShaileshParmar11 in #9345
- Fix: updated docs for dagster by @NiharDoshi99 in #9350
- Fix: Bot roles missing after edition by @nahuelverdugo in #9351
- Fix #9276 - Fix dump syntax for backup by @pmbrull in #9341
- Fixes #5522 by implementing timeout for the profiler by @TeddyCr in #9340
- UI: Summary panel improvements. by @aniketkatkar97 in #9347
- Alert Fixes : removed redundant files, updated Triggwe by @mohityadav766 in #9346
- Fix #2435: Add tagging support for services and database by @harshach in #9330
- Code cleanup changes by @sureshms in #9361
- chore(ui): cleanup activity feed from settings page by @chirag-madlani in #9362
- Fix Mysql e2e test by @ulixius9 in #9364
- Fixe Ownership and Tier Processing by @TeddyCr in #9356
- Airflow e2e integration test by @pmbrull in #9363
- Add arg in backup doc by @MilanBariya in #9360
- UI: Converted data insight dropdown to checkbox dropdown by @ShaileshParmar11 in #9368
- UI : Added Organization displayName in DataInsight health glance by @Ashish8689 in #9359
- Cypress: skipping flaky cypress test by @ShaileshParmar11 in #9369
- UI : Added auto-generated password on page load by @Ashish8689 in #9367
- Fix : Pipeline execution results overflow by @Sachin-chaurasiya in #9366
- Fix: updated docs for datalake-azure by @NiharDoshi99 in #9358
- UI : Fix missing header of User and Admin table by @Ashish8689 in #9371
- doc : Add what's new for 0.13.1 by @Sachin-chaurasiya in #9375
- Minor change in backup function by @MilanBariya in #9370
- Alert improvements by @mohityadav766 in #9374
- Fix(UI)#8737: Converted edit description modals into antd modals by @aniketkatkar97 in #9373
- UI : User profile page improvements by @Sachin-chaurasiya in #9376
- Pagination query task by @07Himank in #9377
- Fix #7528: Fix caching issue for BQ by @ulixius9 in #9352
- Fixed failing cypress for glossary by @aniketkatkar97 in #9380
- feat(ui): update alerts experience with generic approach by @chirag-madlani in #9297
- UI: Added relative percentage change details in UI by @ShaileshParmar11 in #9354
- Fix: Databricks table type issue by @MilanBariya in #9385
- Alert Fixes, Removed Alert and AlertAction from Entity List, Get late… by @mohityadav766 in #9386
- UI: Fixed Pagination issue on dataset details page by @ShaileshParmar11 in #9387
- DBT ingestion improvements by @ulixius9 in #9383
- Improvements(UI): Summary Panel improvements by @aniketkatkar97 in #9396
- Fix(UI)#9381: Task details page bug fixes. by @aniketkatkar97 in #9390
- Databricks improve code and doc update by @MilanBariya in #9394
- UI : Fix alignment and spacing issue by @Ashish8689 in #9379
- Fix DBT HTTP source error by @ulixius9 in #9397
- Fix(UI)#9405: Fixed multiple API calls made repetitively on the homepage page. by @aniketkatkar97 in #9406
- UI: Data insight feedback part 6 by @ShaileshParmar11 in #9403
- Fix(UI)#9232: Error while fetching the profiler details for tables with special characters in the name. by @aniketkatkar97 in #9392
- fix(ui): edit alert and misc feedback for alerts page by @chirag-madlani in #9388
- UI : Added header and sub-headers for the page by @Ashish8689 in #9378
- UI : Dbt Workflow Improvement by @Ashish8689 in #9404
- UI: Fixed test case value preserve issue and test case graph improvement by @ShaileshParmar11 in #9409
- Fixes #9393 - Fix perc. computation for entityTier by @TeddyCr in #9398
- Fix OM backup by @pmbrull in #9395
- refactor : use generic function for table ExpandableConfig by @Sachin-chaurasiya in #9410
- Fixed#9289 : Support Data Insight Index Refresh from Elastic Search by @parthp2107 in #9412
- Fix data insight filtering by @TeddyCr in #9415
- fix 7995: profileSample % and row number by @ayush-shah in #9104
- UI: Updated Tier label in data insight chart by @ShaileshParmar11 in #9417
- UI : fix cypress issue for while deleting service by @Ashish8689 in #9416
- Snowflake E2E Tests by @ulixius9 in #8781
- Fix : Advanced search improvements by @Sachin-chaurasiya in #9413
- UI:0.13 UI feedback - Part 2 #9184 by @ShaileshParmar11 in #9422
- Added DBT Workflow fixes by @OnkarVO7 in #9419
- UI : downgrade qs@6.10.3 to qs@6.9.7 by @Sachin-chaurasiya in #9424
- Fix data freshness bugs by @TeddyCr in #9423
- UI: Fixed count issue for delete modal by @ShaileshParmar11 in #9430
- UI: Added more information for table columns in summary panel. by @aniketkatkar97 in #9420
- Fix:minor changes in atlas by @NiharDoshi99 in #9418
- UI: Improvements from #9242 by @aniketkatkar97 in #9434
- Add port mapping for MySQL docker compose by @pmbrull in #9436
- Fix: Wrong services count returned from UtilResources by @nahuelverdugo in #9425
- UI : Fix the missing drag icon from Teams Table by @Ashish8689 in #9429
- Azure datalake minor changes by @NiharDoshi99 in #9407
- Fixes #9060 -- Implement migration cmd by @TeddyCr in #9437
- Fix topic indexes and migrations by @harshach in #9439
- Add more context to airflow exceptions by @pmbrull in #9441
- Added Test cases for Alerts + bug Fixes by @mohityadav766 in #9421
- UI : Change dbt label to lowecase and remove dbt remove from Database … by @Ashish8689 in #9447
- doc : Update what's new for 0.13.1 by @Sachin-chaurasiya in #9451
- UI: Worked on UI improvement and spacing issue by @ShaileshParmar11 in #9443
- Added pagination to Report Data by @parthp2107 in #9440
- feat(ui): alert details page by @chirag-madlani in #9454
- UI : Lowercase DBT label in WhatsNewPage by @Ashish8689 in #9456
- Add docs for data quality by @ayush-shah in #9457
- docs: Update Airflow volumes docs by @akash-jain-10 in #9458
- Added dbt breaking changes docs by @OnkarVO7 in #9453
- Add freshness documentation by @TeddyCr in #9449
- UI: Fixed redirection link in add test suite page by @ShaileshParmar11 in #9464
- fix: Add docs for running the metadata CLI for backup in k8s upgrade by @akash-jain-10 in #9465
- Redpanda Ingestion Fix by @ulixius9 in #9468
- Docs - Docker 0.13.1 upgrade instructions by @pmbrull in #9438
- fix(ui): add beta tag for notifications by @chirag-madlani in #9471
- Added the default volumes for ElasticSearch by @Vj-L in #9452
- doc : Update what's new for 0.13.1 by @Sachin-chaurasiya in #9474
- Ingestion Bot Fix + AcitvityFeedAlerts Update by @mohityadav766 in #9475
- UI: Improved quick filters search dropdown functionality. by @aniketkatkar97 in #9455
- fix: GKE k8s Docs by @akash-jain-10 in #9467
- bump(version): prepare for 0.13.1 release by @chirag-madlani in #9478
New Contributors
- @07Himank made their first contribution in #9006
- @dhruvinmaniar123 made their first contribution in #9147
- @talalio made their first contribution in #9174
- @karanh37 made their first contribution in #9307
Full Changelog: 0.13.0-release...0.13.1-release