Skip to content

Releases: marcduiker/az-func-updates

Azure Functions Updates Twitterbot Release 1.4.1

17 Aug 22:20
ce28556
Compare
Choose a tag to compare

Azure Functions Updates Twitterbot Release 1.4.0

19 Jun 22:20
a02acbc
Compare
Choose a tag to compare

Azure Functions Updates Twitterbot Release 1.3.5

18 Sep 12:17
1298a4f
Compare
Choose a tag to compare

Azure Functions Updates Twitterbot Release 1.3.4

09 May 19:50
c95a3e2
Compare
Choose a tag to compare

Changes

Extended the release window to 3 days to allow notification of prereleases published during Build conference.

Fixed Issues

#21

Azure Functions Updates Twitterbot Release 1.3.3

29 Apr 12:12
aae1da5
Compare
Choose a tag to compare

Azure Functions Updates Twitterbot Release 1.3.2

19 Apr 12:16
4fed300
Compare
Choose a tag to compare

Azure Functions Updates Twitterbot Release 1.3.1

27 Mar 12:32
c2e7532
Compare
Choose a tag to compare

Changes

Updated the models to use a combined RowKey to prevent key collisions. Updated Orchestrations to only post the tweet once the release/publication is successfully saved to storage.

Fixed issues

#13
#14

Release 1.3.0

20 Mar 22:10
6a54fd7
Compare
Choose a tag to compare

The app is now capable of monitoring RSS feeds and tweeting about new posts. It currently only listens to the official Azure Service Updates RSS feed scoped to Azure Functions: https://azurecomcdn.azureedge.net/en-us/updates/feed/?product=functions

Related Issues
#10

Release 1.2.2

17 Mar 12:36
79509c0
Compare
Choose a tag to compare
  • Fixed an issue determining when a new GitHub release should be stored.
  • Updated mocks to use strict mock behavior.
  • Added DoPostUpdate toggle.
  • Added content of the AzFuncUpdatesConfiguration table to souce control to allow easy re-use in local emulated storage environment.

Release 1.2.1

08 Mar 21:12
Compare
Choose a tag to compare

Changes

  • When no GitHub releases are retrieved the 404 NotFoundException is consumed and a warning is logged.
  • Newly configured repositories don't trigger new tweets when the latest release from Github is older than 4 days.
  • Changed to non-static classes and methods.

Related issues: