Skip to content

v0.31.0

Compare
Choose a tag to compare
@haarchri haarchri released this 25 Aug 19:25
· 585 commits to master since this release
70879e6

Breaking Changes:

Glue:

  • Job:
    roleArn to role
    roleArnRef to roleRef
    roleArnSelector to roleSelector

  • SecurityConfiguration:
    for all encryptions (cloudWatchEncryption, jobBookmarksEncryption, s3Encryption):
    kmsKeyARN to kmsKeyArn (add kmsKeyArnRef, kmsKeyArnSelector)

  • Connection:
    securityGroupIDList to securityGroupIdList (same for securityGroupIdRefs, securityGroupIdSelector)
    subnetID to subnetId (same for subnetIdRef, subnetIdSelector)

  • Crawler:
    roleArn to role (same for roleRef, roleSelector)
    for s3Targets:
    dlqEventQueueARN to dlqEventQueueArn (add dlqEventQueueArnRef/dlqEventQueueArnSelector)
    eventQueueARN to eventQueueArn (add eventQueueArnRef/eventQueueArnSelector)

What's Changed

New Contributors

Full Changelog: v0.30.1...v0.31.0