Shubham Sharma

Results 82 issues of Shubham Sharma

## Describe the proposal It will be helpful for automatically creating releasing notes at the end of every release.

chores
triaged/resolved

## Describe the proposal Today we find multiple instances of these in our codebase: ```ts async subscribe(_storeName: string, _cb: SubscribeConfigurationCallback): Promise { throw new Error('HTTP is currently not supported.'); }...

enhancement
good first issue

The current service invocation API is confusing. For example, the GRPC invocation requires a HTTP verb to be passed. From https://github.com/dapr/js-sdk/blob/master/test/e2e/main.grpc.test.ts ```js it('should be able to listen and invoke a...

enhancement
triaged/resolved

Main issue: https://github.com/dapr/dapr/issues/4236 Please refer to the parent issue to help with fixing existing issues with bad licenses. This is required for Dapr to be compliant with CNCF guidelines, so...

Hello, we are looking to get licensing exceptions for the following repositories for usage in Dapr. | Repo URL| License | Stars | Forks| |--|--|--|--| | https://github.com/hashicorp/go-version| MPL-2.0| 1029| 121|...

licensing

Hi, The following projects are used by software under CNCF today, but these do not comply with [CNCF Allowlist License Policy](https://github.com/cncf/foundation/blob/main/allowed-third-party-license-policy.md#cncf-allowlist-license-policy) and are not listed under [License exceptions](https://github.com/cncf/foundation/tree/main/license-exceptions). We are...

licensing

Hi, I was reviewing the third-party license policy here [CNCF Allowlist License Policy](https://github.com/cncf/foundation/blob/main/allowed-third-party-license-policy.md#cncf-allowlist-license-policy) which says > A third-party component under a non-Apache 2.0 license is deemed automatically approved by the...

licensing

Hi, I could not find any other repository to create an issue on and there is no social handle (Discord/Slack/etc.) mentioned as well. I am looking to update an entry...

Add GH workflow to do the following with each PR: - Run the linter - Build code - Runs tests (if any) with each PR - If required, release and...

# Description This PR allows bulk subscribe capabilities in Azure Service Bus. Continuing this PR from https://github.com/dapr/components-contrib/pull/2099 New metadata added - - **MaxBulkSubCount**: Maximum number of messages to fetch at...