Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: diogob/postgres-websockets
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: updating-libs
Choose a base ref
...
head repository: diogob/postgres-websockets
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 16 commits
  • 18 files changed
  • 2 contributors

Commits on Dec 12, 2024

  1. Merge pull request #100 from diogob/updating-libs

    Update dependencies and tidy up cabal file
    diogob authored Dec 12, 2024
    Configuration menu
    Copy the full SHA
    bd244d6 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2024

  1. Configuration menu
    Copy the full SHA
    344c537 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2025

  1. Update actions/cache for our CI actions are erroring and it seems the

    version 2 is no longer supported.
    diogob committed Mar 19, 2025
    Configuration menu
    Copy the full SHA
    7600c89 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #102 from diogob/update-ci

    Update CI since it was breaking because of an old action version
    diogob authored Mar 19, 2025
    Configuration menu
    Copy the full SHA
    9071ff6 View commit details
    Browse the repository at this point in the history
  3. Relax dependencies

    wolfgangwalther authored and diogob committed Mar 19, 2025
    Configuration menu
    Copy the full SHA
    586b55d View commit details
    Browse the repository at this point in the history
  4. Merge pull request #103 from diogob/bump-deps

    Relax dependencies
    diogob authored Mar 19, 2025
    Configuration menu
    Copy the full SHA
    8d32456 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    72889ce View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2bdcaa8 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2025

  1. Remove protolude since the library seems a bit stale and we can replace

    the interesting bits with a simpler module.
    diogob committed Apr 18, 2025
    Configuration menu
    Copy the full SHA
    3bb1028 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2025

  1. Remove redundant parenthesis

    diogob committed Apr 19, 2025
    Configuration menu
    Copy the full SHA
    f479806 View commit details
    Browse the repository at this point in the history
  2. Add bounds to mtl and async

    diogob committed Apr 19, 2025
    Configuration menu
    Copy the full SHA
    f82330c View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2025

  1. Merge pull request #104 from diogob/remove-protolude

    Remove protolude since the library seems a bit stale
    diogob authored Apr 21, 2025
    Configuration menu
    Copy the full SHA
    8027c0f View commit details
    Browse the repository at this point in the history

Commits on May 14, 2025

  1. It seems that without the notifySession being open in the middleware,…

    … the runtime detects the waiting on the MVar as an infinite wait. Which although true, it's useful to relay read messages and the connection will be closed by warp when the client disconects.
    
    This should fix [#105]
    diogob committed May 14, 2025
    Configuration menu
    Copy the full SHA
    577a2f0 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2025

  1. Remove unnecessary imports

    diogob committed May 15, 2025
    Configuration menu
    Copy the full SHA
    25f7fc7 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2025

  1. Merge pull request #106 from diogob/fix-connection-closing-when-no-wr…

    …ite-mode-is-present
    
    Prevent connection from closing when opening channels without write mode
    diogob authored May 16, 2025
    Configuration menu
    Copy the full SHA
    4f32cbd View commit details
    Browse the repository at this point in the history
  2. Bump patch version nuumber

    diogob committed May 16, 2025
    Configuration menu
    Copy the full SHA
    51792c6 View commit details
    Browse the repository at this point in the history
Loading