Catching up with Pull Requests
Wow!! It's another RoundhousE release!!
The idea behind this release was to roll as many of the outstanding pull requests as possible. Quite a few have accumulated over the past few years, so I'll try to keep to the highlights. As with the 0.8.7 release, I may not give proper credit to the wonderful people that made these contributions; please accept my apologies and my promise to do better in the future.
##Enhancements
- Support for Specifying Default Coding #283, #96 @Liwoj @icedtoast (addresses #255)
- SQL Compact Edition Support #277, #282 @erikbra & @ErikEJ
- Option to not alter the database #187 @erikbra
- User defined tokens #281, #231 @BiggerNoise, @guilherme, & former github user dquser (I believe)
- Mono console update #221 @drusellers
- My SQL Restore Support #266 @erichmx
- TLS 1.x support #253 @kgav
- Support for multiple environments #232 @cjzness
- PostgreSQL Enhancements #224 @drusellers
- Allow version to be passed in a JSON file #155 @reharik
- Allow configuration options to be passed in a JSON file #150 @mmooney
- Fault tolerance for transient exceptions (shows up more from Azure databases) #234 @vansha
- Added Triggers Folder #102 @AndersMalmgren
- Internal MD5 Implementation so we don't look like FIPS violators #256 d5678b4 @ronnieoverby @BiggerNoise
- Added --isuptodate switch #64 @JonAnders
- Improve hash computation by normalizing line endings 82649eb @BiggerNoise & @rfbain (I took ideas from #248)
##For Developers
- Convert Tests from MBUnit to NUnit #273 @erikbra
- Fixed File System Access Test #185 @s-tarasov
##BugFixes
- PostgreSQL Table Creation Scripts handling schema name #261 @tsaluszewski
- Updated MySql Database Connections to allow variables and thus SPROCs #242 @Draftkings
- Fix for Oracle and NHibernate blobs #83 @LodewijkSioen
- Fix the transaction sharing between Admin and Default connections #87 @icedtoast