Skip to content

Fix for more recent casbin versions and connection send fix #12

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jun 24, 2021
Merged

Fix for more recent casbin versions and connection send fix #12

merged 2 commits into from
Jun 24, 2021

Conversation

stuartbeattie84
Copy link
Contributor

@stuartbeattie84 stuartbeattie84 commented Jun 24, 2021

  • Allow the watcher to be used with casbin versions more recent than 0.8.4.
  • Replaced call to process_con.put() with process_conn.send(). Trying to call .put() throws the error: AttributeError: 'Connection' object has no attribute 'put'
    (at least on MacOS)

Allow the watcher to be used with casbin versions more recent than 0.8.4.
Replaced call to process_con.put() with process_conn.send().  Trying to call .put() throws the error: AttributeError: 'Connection' object has no attribute 'put'
 (at least on MacOS)
@stuartbeattie84 stuartbeattie84 changed the title Update requirements.txt Fix for more recent casbin versions and connection send fix Jun 24, 2021
@hsluoyz hsluoyz requested a review from leeqvip June 24, 2021 10:10
@hsluoyz
Copy link
Member

hsluoyz commented Jun 24, 2021

@techoner @basakest plz review.

@leeqvip leeqvip merged commit 8cc529c into pycasbin:master Jun 24, 2021
github-actions bot pushed a commit to ffyuanda/postgresql-watcher that referenced this pull request Jul 18, 2021
## [0.0.2](v0.0.1...v0.0.2) (2021-07-18)

### Bug Fixes

* CI release failed ([7305803](7305803))
* fix `parent_conn` not initialize ([pycasbin#11](https://github.com/ffyuanda/postgresql-watcher/issues/11)) ([48001e0](48001e0))
* Fix for more recent casbin versions and connection send fix ([pycasbin#12](https://github.com/ffyuanda/postgresql-watcher/issues/12)) ([8cc529c](8cc529c))
github-actions bot pushed a commit to ffyuanda/postgresql-watcher that referenced this pull request Jul 18, 2021
## [0.0.2](v0.0.1...v0.0.2) (2021-07-18)

### Bug Fixes

* CI release failed ([7cba58c](7cba58c))
* fix `parent_conn` not initialize ([pycasbin#11](https://github.com/ffyuanda/postgresql-watcher/issues/11)) ([48001e0](48001e0))
* Fix for more recent casbin versions and connection send fix ([pycasbin#12](https://github.com/ffyuanda/postgresql-watcher/issues/12)) ([8cc529c](8cc529c))
github-actions bot pushed a commit that referenced this pull request Jul 18, 2021
## [0.0.2](v0.0.1...v0.0.2) (2021-07-18)

### Bug Fixes

* CI release failed ([3dd60ea](3dd60ea))
* fix `parent_conn` not initialize ([#11](#11)) ([48001e0](48001e0))
* Fix for more recent casbin versions and connection send fix ([#12](#12)) ([8cc529c](8cc529c))
@github-actions
Copy link

🎉 This PR is included in version 0.0.2 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants