|
Revision 1085, 509 bytes
(checked in by bitserf, 4 years ago)
|
don't use SyncEnumerator, its far too slow to be used in something frequently called
|
| Line | |
|---|
| 1 |
= 0.8.0 |
|---|
| 2 |
- Allow locking down a controller to only accept messages for a particular protocol. |
|---|
| 3 |
This will allow us to generate fully conformant error messages in cases where we |
|---|
| 4 |
currently fudge it if we don't know the protocol. |
|---|
| 5 |
|
|---|
| 6 |
- Allow AWS user to participate in typecasting, so they can centralize workarounds |
|---|
| 7 |
for buggy input in one place |
|---|
| 8 |
|
|---|
| 9 |
= Refactoring |
|---|
| 10 |
- Don't have clean way to go from SOAP Class object to the xsd:NAME type |
|---|
| 11 |
string -- NaHi possibly looking at remedying this situation |
|---|