Skip to content
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

Update dependency masonite to v3 #3792

Merged
merged 3 commits into from
Jan 23, 2021
Merged

Update dependency masonite to v3 #3792

merged 3 commits into from
Jan 23, 2021

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 16, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Update Change
masonite major >=2.3.1,<2.4.0 -> >=2.3.1,<4.0.0

Release Notes

MasoniteFramework/masonite

v3.0.1

Compare Source

Changed
  • Changed craft key command to put into env by default
  • Changed setting of response headers for the response and request headers for the request.
  • Changed Request class is no longer accessible before a request is started and is no longer a singleton
  • Changed Response status is now done through the response class
  • Changed queue, available_at and reserved_at to queue_jobs table.
  • Changed 1 job per queue work poll to 5 jobs per poll
Added
  • Added Masonite ORM
  • Added single method controllers via __call__ method
  • Added a HeaderBag on the request class.
  • Added Header class concept.
  • Added same header concept to responses
  • Added Vue3 Preset
  • Added Secure cookies via a SECURE_COOKIES environment variable
  • Added PubNub broadcast driver
  • Added Tailwind Preset
Removed
  • Removed "HTTP" concept on the request class.
  • Removed route helpers

Renovate configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

♻️ Rebasing: Renovate will not automatically rebase this PR, because other commits have been found.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by WhiteSource Renovate. View repository job log here.

@waghanza
Copy link
Collaborator

cc @josephmancuso

@josephmancuso
Copy link
Contributor

@waghanza dam that was fast. I'll try to get to this sometime this week

@waghanza waghanza self-requested a review January 18, 2021 06:00
@waghanza
Copy link
Collaborator

is it ok for you @josephmancuso ?

@josephmancuso
Copy link
Contributor

Yeah the app will need to be updated for 3.0 though. You BBC any just bump the version on a major release like that. I'll try to get to it tonight or tomorrow. It's not a big change on a simple app like in this project I just have to get to it

@waghanza waghanza enabled auto-merge (squash) January 23, 2021 06:35
@waghanza waghanza merged commit 6c4957c into master Jan 23, 2021
@waghanza waghanza deleted the renovate/masonite-3.x branch January 23, 2021 06:36
@waghanza waghanza restored the renovate/masonite-3.x branch January 23, 2021 07:15
waghanza added a commit that referenced this pull request Jan 23, 2021
waghanza added a commit that referenced this pull request Jan 23, 2021
@renovate renovate bot deleted the renovate/masonite-3.x branch January 23, 2021 07:17
@vaibhavmule
Copy link
Contributor

vaibhavmule commented Jan 25, 2021

@waghanza I am working on it, Check the PR: #3847

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

Successfully merging this pull request may close these issues.

4 participants