There wasn’t a 100 MB limit. This is what changed:
- filenames with newlines in them no longer cause an error
The previous error message would print the total deploy size when a filename contained a newline character.
The error made it seem like the issue was related to the size of the deploy when it was not. There is confusion about this above but the root cause of the issue was a newline in the filename and not the size of the deploy.
To summarize, what was fixed was that newline could not appear in filenames and now they can. There was never a 100 MB limit.