question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

If I am granted npm/GitHub access, here are my plans for 2.0.0 release:

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:6 (2 by maintainers)

github_iconTop GitHub Comments

10reactions
niftylettucecommented, Jun 28, 2019

I have released an official @koajs fork of this package at https://github.com/koajs/multer with latest version being v2.0.0. Note that the only breaking changes are that ctx.req.file and ctx.req.files are no longer accessible. Please use ctx.file, ctx.files, or ctx.request.file and ctx.request.files instead.

Here is a list of the issues it resolves:

I suggest to @fundon that he archive this repository, publish a deprecation notice npm deprecate koa-multer "Please use @koa/multer instead, see <https://github.com/koajs/multer>", and update the README.md file with a notice as well with the same deprecation message.

Thank you.

0reactions
niftylettucecommented, Aug 29, 2019

@fundon Fantastic. I truly appreciate this. Thank you so much, this will be very helpful for community and future of Koa!

Screen Shot 2019-08-29 at 3 46 29 PM

Read more comments on GitHub >

github_iconTop Results From Across the Web

org.springframework.boot » spring-boot » 2.0.0.RELEASE
Spring Boot makes it easy to create stand-alone, production-grade Spring based Applications that you can "just run". It takes an opinionated view of...
Read more >
Spring Boot 2.0 goes GA
On behalf of the team, it is my very great pleasure to announce that Spring Boot 2.0 is now generally available as 2.0.0.RELEASE...
Read more >
Spring Boot 2.0 Release Notes - GitHub
Spring Boot 2.0 now includes support for Kotlin 1.2.x and offers a runApplication function which provides a way to run a Spring Boot...
Read more >
Semantic Versioning 2.0.0 | Semantic Versioning
In systems with many dependencies, releasing new package versions can quickly become a nightmare. If the dependency specifications are too tight, you are...
Read more >
Spring Boot application start failed with 2.0.0.RELEASE
Not able to start the Spring Boot application from STS if the spring-boot-starter-parent is 2.0.0.RELEASE or higher if i make it 1.5.0.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found