Skip to content

staging -> main for v1.3.0 release#233

Merged
kevinlind merged 6 commits intomainfrom
staging
Jan 21, 2022
Merged

staging -> main for v1.3.0 release#233
kevinlind merged 6 commits intomainfrom
staging

Conversation

@emdobrin
Copy link
Copy Markdown
Contributor

Description

AEPEdge 1.3.0 release:

  • Allow setting custom Edge Network domain for production and pre-production environments.

Related Issue

Motivation and Context

How Has This Been Tested?

Screenshots (if appropriate):

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • I have signed the Adobe Open Source CLA.
  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have read the CONTRIBUTING document.
  • I have added tests to cover my changes.
  • All new and existing tests passed.

kevinlind and others added 6 commits December 22, 2021 16:12
Downmerge Main to Dev after v1.2.0 release
* Allow custom domain in Edge endpoint URL.
Read Configuration shared state for 'edge.domain' key. Change EdgeEndpoint from enum to struct to hold endpoint URL as String. Build URL based on type (prod, pre-prod, int) and custom domain.

* Adding unit tests for EdgeEndpoint

* Set pre-commit githook access to executable

* Add unit tests to EdgeHitProcessor to validate using custom Edge endpoint domains

* Update method comments in EdgeEndpoint

* Rename EdgeEndpointType to EdgeEnvironmentType

* Set domain lowercased in cleanDomain instead of deletePrefix.

* Sort UnitTests folder in Xcode

* Move lowercased call to EdgeEnvironmentType

* Update EdgeEnvironmentType comment
* Bump version to 1.3.0

* Update Pods for AEPCommerceDemoApp, uses new AEPEdge version
Merge Dev to Staging for v1.3.0 release
Merge to Staging for v1.3.0
@kevinlind kevinlind merged commit c70f73f into main Jan 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants