Skip to content

Releases: Moesif/moesif-cloudflare

Minor update

31 Oct 17:24
19aad51
Compare
Choose a tag to compare
  • use cf-connecting-ip for ip address.

V2.0.1

30 Oct 17:28
b5e26bb
Compare
Choose a tag to compare

Use x-forward-for as ip address if available.

v2.0.0: #187081922 : moesif-cloudflare - v2 (#20)

22 Feb 22:32
2793009
Compare
Choose a tag to compare

This is a breaking change.

Cloudflare moved from Service Worker API to EsModule fetch handler model.

This version is to support the new EsModule fetch handler model.

v1.1.5

27 Jun 00:42
0db6efd
Compare
Choose a tag to compare

Release Notes:

  1. Added support for batching of events for performance improvement.
  2. Added eventQueueSize and fetchTimeoutMS in config option
  3. Refactored to increase max request per batch to 100.

1.1.4

17 Nov 18:02
6f94f85
Compare
Choose a tag to compare

better exception handling.

1.1.1

02 Nov 19:11
95d1afb
Compare
Choose a tag to compare

What's Changed

  • Add: Support for sampling events by @keyur9 in #11
  • Bugfixes, Added wrangler deploy and tail logs, unified app and worker code, improved readme by @CodeYouMust in #12

New Contributors

Full Changelog: 1.1.0...1.1.1

v1.1.0

17 Dec 02:43
efbff4b
Compare
Choose a tag to compare

Fixes:

  • Don't set response if empty
  • Clean up param names for install.json (Marketplace Only)

Breaking change:

  • Renamed appId to applicationId

v1.0.7

16 Dec 08:29
6ef1809
Compare
Choose a tag to compare

Fixes:

  • Fixed issue when respondWith is used and wranger build flow wouldn't log requests.
  • Integration now ogs both incoming API calls hitting CloudFlare Worker and outgoing to origin server.
  • Ensure empty response is still logged.

v1.0.6

15 Dec 07:43
fd898c4
Compare
Choose a tag to compare

Fixes:

  • Missing certain waitUntil causing events to not get logged.
  • Updated README.md to add clarity on manual install process

v1.0.5

05 Dec 19:36
555154c
Compare
Choose a tag to compare

Fix header for internal use.