Skip to content

Releases: Moesif/moesif-cloudflare

V2.0.3

15 Oct 04:48
6444467

Choose a tag to compare

  • Capture response even if original fetch errors out.

Minor update

31 Oct 17:24
19aad51

Choose a tag to compare

  • use cf-connecting-ip for ip address.

V2.0.1

30 Oct 17:28
b5e26bb

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

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

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

Choose a tag to compare

better exception handling.

1.1.1

02 Nov 19:11
95d1afb

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

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

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

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