Thanks to visit codestin.com
Credit goes to github.com

Skip to content

remove old deprecations #9572

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

Merged
merged 7 commits into from
Nov 7, 2023
Merged

remove old deprecations #9572

merged 7 commits into from
Nov 7, 2023

Conversation

alexrashed
Copy link
Member

Motivation

This PR aims at collectively removing a lot of configuration variables which have been deprecated for a long time.

Changes

  • This PR removes or cleans up:
    • KINESIS_INITIALIZE_STREAMS
    • MOCK_UNIMPLEMENTED
    • INIT_SCRIPTS_PATH
    • LEGACY_INIT_DIR
    • HOST_TMP_FOLDER
    • LEGACY_DIRECTORIES
    • LEGACY_EDGE_PROXY (a proper cleanup of the legacy edge proxy code will follow in another PR)
    • EDGE_FORWARD_URL
    • SYNCHRONOUS_*_EVENTS
    • KINESIS_PROVIDER
    • LAMBDA_EXECUTOR
    • LAMBDA_STAY_OPEN_MODE
    • LAMBDA_REMOTE_DOCKER
    • LAMBDA_CODE_EXTRACT_TIME
    • LAMBDA_CONTAINER_REGISTRY
    • LAMBDA_FALLBACK_URL
    • LAMBDA_FORWARD_URL
    • LAMBDA_XRAY_INIT
    • ES_CUSTOM_BACKEND
    • ES_MULTI_CLUSTER
    • ES_ENDPOINT_STRATEGY
  • Most of these environment variables were already non-functional and long deprecated, where I only ensured that their usage is logged properly.

@alexrashed alexrashed added the semver: major Breaking changes which can be included in a major release only label Nov 7, 2023
@alexrashed alexrashed added this to the 3.0 milestone Nov 7, 2023
@alexrashed alexrashed requested a review from dfangl November 7, 2023 12:32
@alexrashed alexrashed self-assigned this Nov 7, 2023
@alexrashed alexrashed mentioned this pull request Nov 7, 2023
20 tasks
Copy link

github-actions bot commented Nov 7, 2023

LocalStack Community integration with Pro

       2 files  ±0         2 suites  ±0   1h 6m 25s ⏱️ + 6m 58s
2 302 tests ±0  1 785 ✔️ ±0  517 💤 ±0  0 ±0 
2 303 runs  ±0  1 785 ✔️ ±0  518 💤 ±0  0 ±0 

Results for commit e0ba7a5. ± Comparison against base commit dffe61f.

@coveralls
Copy link

Coverage Status

coverage: 84.251% (+0.03%) from 84.224%
when pulling e0ba7a5 on remove-old-deprecations
into dffe61f on release/v3.0.

Copy link
Member

@dfangl dfangl left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🟩 🟥🟥🟥🟥🟥 🎉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
semver: major Breaking changes which can be included in a major release only
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants