Skip to content

Releases: shipsaas/laravel-inbox-process

[Release] v1.1.2

12 May 04:34
Compare
Choose a tag to compare

Release v1.1.2

Configuration

We can now customize the route path via config('inbox.route_path'), by default it is inbox

Added SQLite support

SQLite is fast, minimal, and could be really useful for applications that only need to record msgs, resolve them, and flush the inbox msgs frequently.

Improvements

Authorize & Validate

Now you can implement authorize and rules for your Request class. The built-in inbox HTTP layer will make sure both will be run to ensure the requests are legit to go into DB.

Best practices: use authorize to check the signature of the payload (signing, validating, etc) and use rules to ensure the payload is good enough.

[Release] v1.1.1

12 May 04:30
dae299e
Compare
Choose a tag to compare
[Release] v1.1.1 Pre-release
Pre-release

Release v1.1.1

Configuration

We can now customize the route path via config('inbox.route_path'), by default it is inbox

Added SQLite support

SQLite is fast, minimal, and could be really useful for applications that only need to record msgs, resolve them, and flush the inbox msgs frequently.

Improvements

Authorize & Validate

Now you can implement authorize and rules for your Request class. The built-in inbox HTTP layer will make sure both will be run to ensure the requests are legit to go into DB.

Best practices: use authorize to check the signature of the payload (signing, validating, etc) and use rules to ensure the payload is good enough.

v1.1.0

13 Mar 06:52
b847bce
Compare
Choose a tag to compare

Release v1.1.0

v1.0.0 - First Stable Release

20 Aug 09:30
Compare
Choose a tag to compare

Release v1.0.0

Greeting rockstars, Laravel Inbox Pattern is here and ready to be injected into your projects' veins 🚀😎

Features

  • Shipped an Inbox Route, ready to use and receive your 3rd-party webhook messages EXACTLY-ONCE 🥰
  • Shipped an Inbox Process command, ready to use and resolve your webhook messages IN SEQUENCE/ORDER 😎
  • Supported MySQL 8 and PostgreSQL 13+ out-of-the-box

Documentation

https://inbox.shipsaas.tech

Love and peace ✌️