Neptune changelog
Neptune changelog
teurons.com

NPM Package and Fixes

 

New

  
  • NPM Package for ease of integration is published: NPM Package
 

Fix

  
  • Stream not reloading after changing environment
  • Show "preview" for only eligible notifications
  • Change order of processing notifications

Cookie Statement & API Integration Documentation

 

New

  

PHP SDK for Laravel and Others

 

New

  

[Neptune PHP SDK](https://github.com/teurons/neptune-php )

Neptune PHP SDK will make it much easier to integrate Neptune into your PHP apps. This SDK also comes with a Custom Channel called Neptune Channel, which will make using this with Laravel much obvious.

Mailgun EU Issue

 

New

  
  • You can add "region" to the provider of Mailgun
 

Fix

  
  • For "EU" regions Mailgun was throwing 401, which has been fixed
  • After creating the first environment, environments were not loading. That has been fixed.

Pusher Driver

 

New

  

Screenshot 2022-05-20 at 2.47.42 PM.png

You can now use Pusher Driver to send real-time messages to your channels.

App Notifications

You can use Neptune for App Notifications. You can configure a Notification of the type "App Notification" and you can use /app_notifications/:environment API to fetch all notifications. This type of notification doesn't require a Template as your app would be responsible for rendering it.

 

New