Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Mar 18, 2025

This PR contains the following updates:

Package Change Age Confidence
github.com/aliyun/aliyun-log-go-sdk v0.1.83 -> v0.1.107 age confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

aliyun/aliyun-log-go-sdk (github.com/aliyun/aliyun-log-go-sdk)

v0.1.107

Compare Source

What's Changed

Full Changelog: aliyun/aliyun-log-go-sdk@v0.1.106...v0.1.107

v0.1.106

Compare Source

What's Changed

  • 现在即使没有拉取到任何数据,也一定会调用用户的消费组 process 函数,来保证 saveCheckPoint 可以被正常触发到。在规则消费场景下(即设置了 query 参数),如果所有数据都被过滤掉,返回的数据可能为空,但是消费进度仍然应该向前。这种情况下必须调用用户 process 函数来保证消费进度可以被保存。所以,process 函数目前可能会传入长度为 0 的 LogGroup 数据

Full Changelog: aliyun/aliyun-log-go-sdk@v0.1.103...v0.1.106

v0.1.105

Compare Source

v0.1.104

Compare Source

v0.1.103

Compare Source

What's Changed

Full Changelog: aliyun/aliyun-log-go-sdk@v0.1.102...v0.1.103

v0.1.102

Compare Source

What's Changed

Full Changelog: aliyun/aliyun-log-go-sdk@v0.1.101...v0.1.102

v0.1.101

Compare Source

What's Changed

New Contributors

Full Changelog: aliyun/aliyun-log-go-sdk@v0.1.100...v0.1.101

v0.1.100

Compare Source

feature

v0.1.99

Compare Source

Breaking Changes
  • direct ip proxy is not suppoered anymore
Fix
  • client with requestTimeout configured will create new http client every call for some api

v0.1.98

Compare Source

feature
  • status/state of Alert is deprecated now

v0.1.97

Compare Source

  • upgrade lz4 lib version

v0.1.96

Compare Source

What's Changed
  • producer example directory structure

v0.1.95

Compare Source

feat
  • producer support custom logger

v0.1.94

Compare Source

fix
  • producer / consumer monitor print log by info level

v0.1.93

Compare Source

feat:
  • refactor producer, improve performance
  • producer add monitor, improve observability

v0.1.92

Compare Source

feat:
  • PutLogs with ingest processor

v0.1.91

Compare Source

feat:
  • consumer support io worker config to reduce mem usage (#​310)

v0.1.90

Compare Source

fix
  • producer generate pack id when write to multiple logstores

v0.1.89

Compare Source

feature
  • query add interval param

v0.1.88

Compare Source

feature
  • add ListLogStoreV2

v0.1.87

Compare Source

feat
  • PullLogs & Consumer LogGroup support GetCursor

v0.1.86

Compare Source

feature
  • refactor consumer
  • consumer add runtime metric
  • consumer support custom logger

v0.1.85

Compare Source

Fix
  • fix consumer not call process when no data with query (but cursor moves forward)
  • fix heartbeat thread data race

v0.1.84

Compare Source

Feature
  • Add producer.NewProducer API, make producer.InitProducer deprecated.

Configuration

📅 Schedule: Branch creation - "on tuesday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added dependencies Pull requests that update a dependency file renovatebot labels Mar 18, 2025
@renovate renovate bot requested a review from a team as a code owner March 18, 2025 02:30
@renovate renovate bot requested a review from mx-psi March 18, 2025 02:30
@github-actions github-actions bot added the exporter/alibabacloudlogservice Alibaba components label Mar 18, 2025
@mx-psi mx-psi closed this Mar 18, 2025
@mx-psi mx-psi reopened this Mar 18, 2025
@atoulme
Copy link
Contributor

atoulme commented Mar 18, 2025

Error: alibabacloudlogserviceexporter/uploader.go:65:19: SA1019: producer.InitProducer is deprecated: use NewProducer instead. (staticcheck)
		clientInstance: producer.InitProducer(producerConfig),
		                ^

@kongluoxing @qiansheng91 @shabicheng please review.

@atoulme atoulme marked this pull request as draft March 18, 2025 17:04
@github-actions
Copy link
Contributor

github-actions bot commented Apr 2, 2025

This PR was marked stale due to lack of activity. It will be closed in 14 days.

@github-actions github-actions bot added the Stale label Apr 2, 2025
@renovate renovate bot changed the title fix(deps): update module github.com/aliyun/aliyun-log-go-sdk to v0.1.98 fix(deps): update module github.com/aliyun/aliyun-log-go-sdk to v0.1.98 - abandoned Apr 15, 2025
@renovate
Copy link
Contributor Author

renovate bot commented Apr 15, 2025

Autoclosing Skipped

This PR has been flagged for autoclosing. However, it is being skipped due to the branch being already modified. Please close/delete it manually or report a bug if you think this is in error.

@github-actions github-actions bot removed the Stale label Apr 16, 2025
@github-actions
Copy link
Contributor

github-actions bot commented May 1, 2025

This PR was marked stale due to lack of activity. It will be closed in 14 days.

@github-actions github-actions bot added the Stale label May 1, 2025
@renovate renovate bot force-pushed the renovate/github.com-aliyun-aliyun-log-go-sdk-0.x branch from 5c69c72 to 0186266 Compare May 9, 2025 18:28
@renovate renovate bot changed the title fix(deps): update module github.com/aliyun/aliyun-log-go-sdk to v0.1.98 - abandoned Update module github.com/aliyun/aliyun-log-go-sdk to v0.1.100 May 9, 2025
@github-actions github-actions bot removed the Stale label May 10, 2025
@github-actions
Copy link
Contributor

This PR was marked stale due to lack of activity. It will be closed in 14 days.

@songy23 songy23 added the never stale Issues marked with this label will be never staled and automatically removed label Jun 10, 2025
@atoulme
Copy link
Contributor

atoulme commented Jul 17, 2025

Error: alibabacloudlogserviceexporter/uploader.go:65:19: SA1019: producer.InitProducer is deprecated: use NewProducer instead. (staticcheck)
		clientInstance: producer.InitProducer(producerConfig),
		                ^

@kongluoxing @qiansheng91 @shabicheng please review.

I have not heard back - this has been opened for a long time. Please review.

@renovate renovate bot force-pushed the renovate/github.com-aliyun-aliyun-log-go-sdk-0.x branch from a9fe102 to c144398 Compare July 17, 2025 15:53
@renovate renovate bot changed the title Update module github.com/aliyun/aliyun-log-go-sdk to v0.1.100 fix(deps): update module github.com/aliyun/aliyun-log-go-sdk to v0.1.106 Jul 17, 2025
@renovate renovate bot changed the title fix(deps): update module github.com/aliyun/aliyun-log-go-sdk to v0.1.106 Update module github.com/aliyun/aliyun-log-go-sdk to v0.1.106 Jul 18, 2025
@renovate renovate bot changed the title Update module github.com/aliyun/aliyun-log-go-sdk to v0.1.106 fix(deps): update module github.com/aliyun/aliyun-log-go-sdk to v0.1.106 Jul 21, 2025
@renovate renovate bot force-pushed the renovate/github.com-aliyun-aliyun-log-go-sdk-0.x branch from c144398 to 50bbc05 Compare July 22, 2025 23:51
@atoulme
Copy link
Contributor

atoulme commented Sep 7, 2025

@kongluoxing @qiansheng91 @shabicheng please review. Is this component no longer maintained?

@renovate renovate bot force-pushed the renovate/github.com-aliyun-aliyun-log-go-sdk-0.x branch from 005b6f5 to e9268ba Compare September 7, 2025 20:12
@renovate renovate bot changed the title fix(deps): update module github.com/aliyun/aliyun-log-go-sdk to v0.1.106 Update module github.com/aliyun/aliyun-log-go-sdk to v0.1.107 Sep 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file exporter/alibabacloudlogservice Alibaba components never stale Issues marked with this label will be never staled and automatically removed waiting-for-code-owners

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants