-
Notifications
You must be signed in to change notification settings - Fork 84
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
General cleanup for deprecated trigger/pipelines APIs #1227
Labels
3-high
priority denoting release-blocking issues
breaking change
tech-debt
issue_type denoting refactoring to improve design or removal of temporary workarounds
Milestone
Comments
marcpfuller
added a commit
to marcpfuller/app-functions-sdk-go
that referenced
this issue
Nov 30, 2022
BRAKING CHANGE: remove SetFunctionsPipeline code, use SetDefaultFunctionsPipeline Closes edgexfoundry#1227 Signed-off-by: Marc-Philippe Fuller <[email protected]>
Repository owner
moved this from Minnesota Release Backlog
to Done
in Application Services
Nov 30, 2022
marcpfuller
added a commit
to marcpfuller/app-functions-sdk-go
that referenced
this issue
Nov 30, 2022
BREAKING CHANGE: remove deprecated code for LoadConfigurablePipeline Closes: edgexfoundry#1227 Signed-off-by: Marc-Philippe Fuller <[email protected]>
5 tasks
marcpfuller
added a commit
to marcpfuller/app-functions-sdk-go
that referenced
this issue
Nov 30, 2022
BREAKING CHANGE: remove deprecated code for LoadConfigurablePipeline2, use LoadConfigurableFunctionPipelines Closes: edgexfoundry#1227 Signed-off-by: Marc-Philippe Fuller <[email protected]>
marcpfuller
added a commit
to marcpfuller/app-functions-sdk-go
that referenced
this issue
Nov 30, 2022
BRAKING CHANGE: remove deprecated EncryptionWithAES code, use AESProtection CLoses: edgexfoundry#1227 Signed-off-by: Marc-Philippe Fuller <[email protected]>
5 tasks
lenny-goodell
pushed a commit
that referenced
this issue
Dec 1, 2022
…1234) BREAKING CHANGE: remove deprecated code for LoadConfigurablePipeline2, use LoadConfigurableFunctionPipelines Closes: #1227 Signed-off-by: Marc-Philippe Fuller <[email protected]>
marcpfuller
added a commit
to marcpfuller/app-functions-sdk-go
that referenced
this issue
Dec 5, 2022
BRAKING CHANGE: remove deprecated EncryptionWithAES code, use AESProtection CLoses: edgexfoundry#1227 Signed-off-by: Marc-Philippe Fuller <[email protected]>
marcpfuller
added a commit
to marcpfuller/app-functions-sdk-go
that referenced
this issue
Dec 5, 2022
BRAKING CHANGE: remove deprecated EncryptionWithAES code, use AESProtection CLoses: edgexfoundry#1227 Signed-off-by: Marc-Philippe Fuller <[email protected]>
marcpfuller
added a commit
to marcpfuller/app-functions-sdk-go
that referenced
this issue
Dec 5, 2022
BRAKING CHANGE: remove deprecated Process code, use MessageReceived CLoses: edgexfoundry#1227 Signed-off-by: Marc-Philippe Fuller <[email protected]>
marcpfuller
added a commit
to marcpfuller/app-functions-sdk-go
that referenced
this issue
Dec 5, 2022
BRAKING CHANGE: remove deprecated Process code, use MessageReceived CLoses: edgexfoundry#1227 Signed-off-by: Marc-Philippe Fuller <[email protected]>
5 tasks
marcpfuller
added a commit
to marcpfuller/app-functions-sdk-go
that referenced
this issue
Dec 5, 2022
BREAKING CHANGE: remove deprecated MessageProcessor code, use MessageReceived Closes edgexfoundry#1227 Signed-off-by: Marc-Philippe Fuller <[email protected]>
lenny-goodell
pushed a commit
that referenced
this issue
Jan 3, 2023
* refactor(sdk)!: remove deprecated Process code BRAKING CHANGE: remove deprecated Process code, use MessageReceived CLoses: #1227 Signed-off-by: Marc-Philippe Fuller <[email protected]>
marcpfuller
added a commit
to marcpfuller/app-functions-sdk-go
that referenced
this issue
Jan 3, 2023
BRAKING CHANGE: remove deprecated EncryptionWithAES code, use AESProtection CLoses: edgexfoundry#1227 Signed-off-by: Marc-Philippe Fuller <[email protected]>
lenny-goodell
pushed a commit
that referenced
this issue
Jan 4, 2023
* refactor(sdk): remove deprecated EncryptWithAES code BRAKING CHANGE: remove deprecated EncryptionWithAES code, use AESProtection CLoses: #1227 Signed-off-by: Marc-Philippe Fuller <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
3-high
priority denoting release-blocking issues
breaking change
tech-debt
issue_type denoting refactoring to improve design or removal of temporary workarounds
Remove code for all deprecated items and update appropriate documentation
The text was updated successfully, but these errors were encountered: