Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: prerelease 1.13.0-rc.2 #3829

Conversation

rudder-server-bot
Copy link
Contributor

🤖 I have created a release beep boop

1.13.0-rc.2 (2023-09-05)

Features

Bug Fixes

  • adding the poll failure response details to db (#3826) (f3d9d11)
  • correct jobsdb table count stat (#3808) (ebc918e)
  • do not delete staging files when opted for rudderstorge during archival (#3801) (3dff32d)
  • don't query db if archival is disabled, set parameters in jobStatus (#3810) (fdfb4f6)
  • extend sql middleware for mssql, azure_synapse and clickhouse (#3771) (3bfc7e1)
  • increased postgres cpu usage after switching to a single get jobs query (#3812) (e4a65f3)
  • marketo bulk upload edits (#3778) (94df125)

Miscellaneous

  • add gw failure stats (#3809) (437b8d5)
  • add support for logging duplicate messageIDs (#3759) (890ccb6)
  • change some worker pool logs to debug (#3744) (6c3fcca)
  • cleanup http handlers (#3767) (5dacdcf)
  • cloud extract should always merge (#3800) (7d2446b)
  • deltalake error message length (#3766) (3bfc7e1)
  • deps: bump cloud.google.com/go/bigquery from 1.53.0 to 1.54.0 (#3763) (0612cc1)
  • deps: bump cloud.google.com/go/storage from 1.31.0 to 1.32.0 (#3754) (8ab2ac2)
  • deps: bump github.com/aws/aws-sdk-go from 1.44.319 to 1.44.323 (#3748) (7d10800)
  • deps: bump github.com/aws/aws-sdk-go from 1.44.323 to 1.44.324 (#3753) (a3f28c7)
  • deps: bump github.com/aws/aws-sdk-go from 1.44.324 to 1.44.326 (#3761) (9fcead7)
  • deps: bump github.com/aws/aws-sdk-go from 1.44.326 to 1.44.327 (#3769) (930c914)
  • deps: bump github.com/aws/aws-sdk-go from 1.44.327 to 1.44.328 (#3774) (901c69e)
  • deps: bump github.com/aws/aws-sdk-go from 1.44.328 to 1.44.329 (#3777) (f2184ad)
  • deps: bump github.com/aws/aws-sdk-go from 1.44.329 to 1.44.330 (#3781) (7da6d0a)
  • deps: bump github.com/aws/aws-sdk-go from 1.44.330 to 1.44.331 (#3785) (a7d7c74)
  • deps: bump github.com/aws/aws-sdk-go from 1.44.331 to 1.44.332 (#3798) (6abd76e)
  • deps: bump github.com/aws/aws-sdk-go from 1.44.332 to 1.45.1 (#3818) (96588bb)
  • deps: bump github.com/google/uuid from 1.3.0 to 1.3.1 (#3775) (91889ad)
  • deps: bump github.com/hashicorp/golang-lru/v2 from 2.0.5 to 2.0.6 (#3789) (4e5b6a7)
  • deps: bump github.com/minio/minio-go/v7 from 7.0.61 to 7.0.62 (#3762) (417c981)
  • deps: bump github.com/minio/minio-go/v7 from 7.0.62 to 7.0.63 (#3802) (ae66f4f)
  • deps: bump github.com/onsi/ginkgo/v2 from 2.11.0 to 2.12.0 (#3783) (0e382b4)
  • deps: bump github.com/rudderlabs/rudder-go-kit from 0.15.5 to 0.15.6 (#3782) (f5a7e6e)
  • deps: bump github.com/rudderlabs/sql-tunnels from 0.1.3 to 0.1.4 (#3797) (1083cfe)
  • deps: bump github.com/snowflakedb/gosnowflake from 1.6.23 to 1.6.24 (#3776) (ca74e38)
  • deps: bump github.com/spf13/cast from 1.5.0 to 1.5.1 (#3770) (fd30711)
  • deps: bump google.golang.org/api from 0.136.0 to 0.137.0 (#3749) (3aff568)
  • deps: bump google.golang.org/api from 0.137.0 to 0.138.0 (#3760) (862a0b9)
  • gateway: authentication middlewares and context information (#3736) (264c52a)
  • introduce encoding factory (#3740) (188b95c)
  • jobsdb: unify get processed and unprocessed queries (#3742) (66c7e2e)
  • License update (#3821) (dd4dd3d)
  • option to pass *config.Config to jobsdb (#3764) (a04142e)
  • populate context with validation errors when context is nil (#3815) (dcb6a15)
  • readme updates (#3822) (4c258a3)
  • remove archival for jobsdb journal tables (#3758) (ff80a1d)
  • remove Init and exported struct variables from Archiver (#3735) (6c3fcca)
  • replay internal endpoint (#3746) (cd7557f)
  • revert warehouse tests race detection (#3825) (d08198e)
  • router_response_counts stat now shows if it's a retry attempt (#3799) (ec07777)
  • router: provide more debug info when detecting an illegal job sequence (#3787) (9f1c5fb)
  • slave cleanup and introduce tests (#3728) (6c3fcca)
  • update license to ELv2 (#3823) (4648ea3)
  • uploads cleanup (#3743) (ca52403)
  • warehouse tests race detection (#3773) (ce2ed33)

This PR was generated with Release Please. See documentation.

@codecov
Copy link

codecov bot commented Sep 5, 2023

Codecov Report

Patch coverage has no change and project coverage change: -0.07% ⚠️

Comparison is base (d08198e) 69.13% compared to head (5b03b04) 69.06%.

Additional details and impacted files
@@                     Coverage Diff                     @@
##           prerelease/v1.13.0-rc.2    #3829      +/-   ##
===========================================================
- Coverage                    69.13%   69.06%   -0.07%     
===========================================================
  Files                          348      348              
  Lines                        51982    51982              
===========================================================
- Hits                         35937    35903      -34     
- Misses                       13732    13778      +46     
+ Partials                      2313     2301      -12     

see 11 files with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@lvrach lvrach merged commit f7b79c6 into prerelease/v1.13.0-rc.2 Sep 5, 2023
37 checks passed
@lvrach lvrach deleted the release-please--branches--prerelease/v1.13.0-rc.2--components--rudder-server branch September 5, 2023 06:40
@rudder-server-bot
Copy link
Contributor Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants