Skip to content

Merge to Main for v1.4.0 release#240

Merged
kevinlind merged 9 commits intomainfrom
staging
Apr 9, 2022
Merged

Merge to Main for v1.4.0 release#240
kevinlind merged 9 commits intomainfrom
staging

Conversation

@kevinlind
Copy link
Copy Markdown
Contributor

Description

Merge to Main for v1.4.0 release:

  • Updates timestamp in Experience Events to use fractional seconds.
  • Deprecates APIs XDMFormatters.dateToISO8601String and XDMFormatters.dateToFullDateString. Use the Date extension methods getISO8601UTCDateWithMilliseconds and getISO8601FullDate instead, provided by the AEPServices module within the AEPCore extension.

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.

emdobrin and others added 6 commits January 21, 2022 13:31
Downmerge main -> dev after v1.3.0 release
…d precision (#235)

* Use AEPCore branch dev-v3.4.3 to use latest Date+Format changes.

* Format Experience Event timestamp to UTC with millisecond precision

* Add deprecated warnings to XDMFormatters functions.

* Remove use of XDMFormatters methods as they are deprecated.
* Use staging branch of AEPCore to pull v3.5.0

* Bump version to 1.3.1

* Remove unnecessary pods from Podfile

* Bump minor version to 1.4.0.
The release includes the deprecation of functions in XDMFormatters, so a bump in minor version is required.
Merge to staging for 1.4.0 release
Update podfile to use release version of AEPCore
@codecov
Copy link
Copy Markdown

codecov bot commented Apr 8, 2022

Codecov Report

Merging #240 (e3db504) into main (dbcd1ef) will not change coverage.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##             main     #240   +/-   ##
=======================================
  Coverage   94.48%   94.48%           
=======================================
  Files          27       27           
  Lines         979      979           
=======================================
  Hits          925      925           
  Misses         54       54           

@kevinlind kevinlind merged commit 3dfc11c into main Apr 9, 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.

3 participants